Html Css Color HEX #6D664B Crocodile

📋 copy color: '#6D664B'

red 109 ◦ green 102 ◦ blue 75

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

Shades of Crocodile #6D664B

Tints of Crocodile #6D664B

RGB

 RED value IS 109 (42.97% from 255) = 38.11%

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

 BLUE value IS 75 (29.69% from 255) = 26.22%

R = 38.11%
G = 35.66%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.57

RGB Variations

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

Color information

#6D664B (or 0x6D664B) is known color: Crocodile. HEX triplet: 6D, 66 and 4B. RGB value is (109,102,75). Sum of RGB (Red+Green+Blue) = 109+102+75=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D664B is #9299B4. Grayscale: #656565. Windows color (decimal): -9607605 or 4941421. OLE color: 4941421.

HSL color Cylindrical-coordinate representation of color #6D664B: hue angle of 47.65º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D664B is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 102 75 -
CMYK 0 0.06 0.31 0.57
HSL 47.65º 0.18% 0.36% -
HSV(B) 47.65º 0.31% 0.43% -
XYZ 12.33 13.26 8.57 -
YUV 101.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 109 102 75 0 0.06 0.31 0.57 47.65 0.18 0.36
Hex 6D 66 4B 0 6 1F 39 30 12 24
Octal 155 146 113 0 6 37 71 60 22 44
Binary 1101101 1100110 1001011 0 110 11111 111001 110000 10010 100100

Color Harmonies of #6D664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D664B

Black with #6D664B

Text Example


Text Example

White with #6D664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,102,75); }

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

background-color css

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

 a { background-color: rgb(109,102,75); }

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

border-color css

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

 span { border-color: rgb(109,102,75); }

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