Html Css Color HEX #6D694D Crocodile

📋 copy color: '#6D694D'

red 109 ◦ green 105 ◦ blue 77

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

Shades of Crocodile #6D694D

Tints of Crocodile #6D694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 77 (30.47% from 255) = 26.46%

R = 37.46%
G = 36.08%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.57

RGB Variations

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

Color information

#6D694D (or 0x6D694D) is known color: Crocodile. HEX triplet: 6D, 69 and 4D. RGB value is (109,105,77). Sum of RGB (Red+Green+Blue) = 109+105+77=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D694D is #9296B2. Grayscale: #676767. Windows color (decimal): -9606835 or 5073261. OLE color: 5073261.

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

Color convert

RGB 109 105 77 -
CMYK 0 0.04 0.29 0.57
HSL 52.5º 0.17% 0.36% -
HSV(B) 52.5º 0.29% 0.43% -
XYZ 12.7 13.89 9.03 -
YUV 103 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 109 105 77 0 0.04 0.29 0.57 52.5 0.17 0.36
Hex 6D 69 4D 0 4 1D 39 34 11 24
Octal 155 151 115 0 4 35 71 64 21 44
Binary 1101101 1101001 1001101 0 100 11101 111001 110100 10001 100100

Color Harmonies of #6D694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D694D

Black with #6D694D

Text Example


Text Example

White with #6D694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,105,77); }

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

background-color css

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

 a { background-color: rgb(109,105,77); }

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

border-color css

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

 span { border-color: rgb(109,105,77); }

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