Html Css Color HEX #6B6447 Crocodile

📋 copy color: '#6B6447'

red 107 ◦ green 100 ◦ blue 71

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

Shades of Crocodile #6B6447

Tints of Crocodile #6B6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

 BLUE value IS 71 (28.13% from 255) = 25.54%

R = 38.49%
G = 35.97%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B6447 (or 0x6B6447) is known color: Crocodile. HEX triplet: 6B, 64 and 47. RGB value is (107,100,71). Sum of RGB (Red+Green+Blue) = 107+100+71=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 71 (28.12% from 255 or 25.54% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6447 is #949BB8. Grayscale: #626262. Windows color (decimal): -9739193 or 4678763. OLE color: 4678763.

HSL color Cylindrical-coordinate representation of color #6B6447: hue angle of 48.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B6447 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 100 71 -
CMYK 0 0.07 0.34 0.58
HSL 48.33º 0.2% 0.35% -
HSV(B) 48.33º 0.34% 0.42% -
XYZ 11.76 12.7 7.79 -
YUV 98.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 107 100 71 0 0.07 0.34 0.58 48.33 0.2 0.35
Hex 6B 64 47 0 7 22 3A 30 14 23
Octal 153 144 107 0 7 42 72 60 24 43
Binary 1101011 1100100 1000111 0 111 100010 111010 110000 10100 100011

Color Harmonies of #6B6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6447

Black with #6B6447

Text Example


Text Example

White with #6B6447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,100,71); }

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

background-color css

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

 a { background-color: rgb(107,100,71); }

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

border-color css

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

 span { border-color: rgb(107,100,71); }

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