Html Css Color HEX #696347 Crocodile

📋 copy color: '#696347'

red 105 ◦ green 99 ◦ blue 71

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

Shades of Crocodile #696347

Tints of Crocodile #696347

RGB

 RED value IS 105 (41.41% from 255) = 38.18%

 GREEN value IS 99 (39.06% from 255) = 36%

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

R = 38.18%
G = 36%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#696347 (or 0x696347) is known color: Crocodile. HEX triplet: 69, 63 and 47. RGB value is (105,99,71). Sum of RGB (Red+Green+Blue) = 105+99+71=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #696347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696347 is #969CB8. Grayscale: #616161. Windows color (decimal): -9870521 or 4678505. OLE color: 4678505.

HSL color Cylindrical-coordinate representation of color #696347: hue angle of 49.41º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696347 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 99 71 -
CMYK 0 0.06 0.32 0.59
HSL 49.41º 0.19% 0.35% -
HSV(B) 49.41º 0.32% 0.41% -
XYZ 11.42 12.38 7.75 -
YUV 97.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 105 99 71 0 0.06 0.32 0.59 49.41 0.19 0.35
Hex 69 63 47 0 6 20 3B 31 13 23
Octal 151 143 107 0 6 40 73 61 23 43
Binary 1101001 1100011 1000111 0 110 100000 111011 110001 10011 100011

Color Harmonies of #696347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696347

Black with #696347

Text Example


Text Example

White with #696347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696347; }

 p { color: rgb(105,99,71); }

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

background-color css

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

 a { background-color: rgb(105,99,71); }

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

border-color css

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

 span { border-color: rgb(105,99,71); }

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