Html Css Color HEX #6B6555 Crocodile

📋 copy color: '#6B6555'

red 107 ◦ green 101 ◦ blue 85

#6B6555
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crocodile #6B6555

Tints of Crocodile #6B6555

RGB

 RED value IS 107 (42.19% from 255) = 36.52%

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 36.52%
G = 34.47%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B6555 (or 0x6B6555) is known color: Crocodile. HEX triplet: 6B, 65 and 55. RGB value is (107,101,85). Sum of RGB (Red+Green+Blue) = 107+101+85=293 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.52% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6555 is #949AAA. Grayscale: #656565. Windows color (decimal): -9738923 or 5596523. OLE color: 5596523.

HSL color Cylindrical-coordinate representation of color #6B6555: hue angle of 43.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B6555 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 101 85 -
CMYK 0 0.06 0.21 0.58
HSL 43.64º 0.11% 0.38% -
HSV(B) 43.64º 0.21% 0.42% -
XYZ 12.36 13.09 10.47 -
YUV 100.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 107 101 85 0 0.06 0.21 0.58 43.64 0.11 0.38
Hex 6B 65 55 0 6 15 3A 2C B 26
Octal 153 145 125 0 6 25 72 54 13 46
Binary 1101011 1100101 1010101 0 110 10101 111010 101100 1011 100110

Color Harmonies of #6B6555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6555

Black with #6B6555

Text Example


Text Example

White with #6B6555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B6555; }

 p { color: rgb(107,101,85); }

 H1.HeaderClassName
 {
   color: #6B6555;
 }
 .AnyTagClassName
 {
   color: #6B6555;
 }
</style>

background-color css

<style>
 a { background-color: #6B6555; }

 a { background-color: rgb(107,101,85); }

 div.DivClassName
 {
   background-color: #6B6555;
 }
 .BgClassName
 {
   background-color: #6B6555;
 }
</style>

border-color css

<style>
 span { border-color: #6B6555; }

 span { border-color: rgb(107,101,85); }

 td.TdClassName
 {
   border-color: #6B6555;
 }
 .TagClassName
 {
   border-color: #6B6555;
 }
</style>