Html Css Color HEX #6F694A Crocodile

📋 copy color: '#6F694A'

red 111 ◦ green 105 ◦ blue 74

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

Shades of Crocodile #6F694A

Tints of Crocodile #6F694A

RGB

 RED value IS 111 (43.75% from 255) = 38.28%

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

 BLUE value IS 74 (29.3% from 255) = 25.52%

R = 38.28%
G = 36.21%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F694A (or 0x6F694A) is known color: Crocodile. HEX triplet: 6F, 69 and 4A. RGB value is (111,105,74). Sum of RGB (Red+Green+Blue) = 111+105+74=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F694A is #9096B5. Grayscale: #676767. Windows color (decimal): -9475766 or 4876655. OLE color: 4876655.

HSL color Cylindrical-coordinate representation of color #6F694A: hue angle of 50.27º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F694A is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 105 74 -
CMYK 0 0.05 0.33 0.56
HSL 50.27º 0.2% 0.36% -
HSV(B) 50.27º 0.33% 0.44% -
XYZ 12.84 13.98 8.5 -
YUV 103.26 111.49 133.52 -
System Red Green Blue C M Y K H S L
Decimal 111 105 74 0 0.05 0.33 0.56 50.27 0.2 0.36
Hex 6F 69 4A 0 5 21 38 32 14 24
Octal 157 151 112 0 5 41 70 62 24 44
Binary 1101111 1101001 1001010 0 101 100001 111000 110010 10100 100100

Color Harmonies of #6F694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F694A

Black with #6F694A

Text Example


Text Example

White with #6F694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,105,74); }

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

background-color css

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

 a { background-color: rgb(111,105,74); }

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

border-color css

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

 span { border-color: rgb(111,105,74); }

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