Html Css Color HEX #6B6750 Crocodile

📋 copy color: '#6B6750'

red 107 ◦ green 103 ◦ blue 80

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

Shades of Crocodile #6B6750

Tints of Crocodile #6B6750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

 BLUE value IS 80 (31.64% from 255) = 27.59%

R = 36.9%
G = 35.52%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6B6750 (or 0x6B6750) is known color: Crocodile. HEX triplet: 6B, 67 and 50. RGB value is (107,103,80). Sum of RGB (Red+Green+Blue) = 107+103+80=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6750 is #9498AF. Grayscale: #656565. Windows color (decimal): -9738416 or 5269355. OLE color: 5269355.

HSL color Cylindrical-coordinate representation of color #6B6750: hue angle of 51.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B6750 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 103 80 -
CMYK 0 0.04 0.25 0.58
HSL 51.11º 0.14% 0.37% -
HSV(B) 51.11º 0.25% 0.42% -
XYZ 12.36 13.41 9.53 -
YUV 101.57 115.83 131.87 -
System Red Green Blue C M Y K H S L
Decimal 107 103 80 0 0.04 0.25 0.58 51.11 0.14 0.37
Hex 6B 67 50 0 4 19 3A 33 E 25
Octal 153 147 120 0 4 31 72 63 16 45
Binary 1101011 1100111 1010000 0 100 11001 111010 110011 1110 100101

Color Harmonies of #6B6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6750

Black with #6B6750

Text Example


Text Example

White with #6B6750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,103,80); }

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

background-color css

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

 a { background-color: rgb(107,103,80); }

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

border-color css

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

 span { border-color: rgb(107,103,80); }

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