Html Css Color HEX #6B6655 Crocodile

📋 copy color: '#6B6655'

red 107 ◦ green 102 ◦ blue 85

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

Shades of Crocodile #6B6655

Tints of Crocodile #6B6655

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

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

R = 36.39%
G = 34.69%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#6B6655 (or 0x6B6655) is known color: Crocodile. HEX triplet: 6B, 66 and 55. RGB value is (107,102,85). Sum of RGB (Red+Green+Blue) = 107+102+85=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6655 is #9499AA. Grayscale: #656565. Windows color (decimal): -9738667 or 5596779. OLE color: 5596779.

HSL color Cylindrical-coordinate representation of color #6B6655: hue angle of 46.36º 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 #6B6655 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 102 85 -
CMYK 0 0.05 0.21 0.58
HSL 46.36º 0.11% 0.38% -
HSV(B) 46.36º 0.21% 0.42% -
XYZ 12.45 13.28 10.5 -
YUV 101.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 107 102 85 0 0.05 0.21 0.58 46.36 0.11 0.38
Hex 6B 66 55 0 5 15 3A 2E B 26
Octal 153 146 125 0 5 25 72 56 13 46
Binary 1101011 1100110 1010101 0 101 10101 111010 101110 1011 100110

Color Harmonies of #6B6655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6655

Black with #6B6655

Text Example


Text Example

White with #6B6655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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