Html Css Color HEX #70694B Crocodile

📋 copy color: '#70694B'

red 112 ◦ green 105 ◦ blue 75

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

Shades of Crocodile #70694B

Tints of Crocodile #70694B

RGB

 RED value IS 112 (44.14% from 255) = 38.36%

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

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

R = 38.36%
G = 35.96%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70694B (or 0x70694B) is known color: Crocodile. HEX triplet: 70, 69 and 4B. RGB value is (112,105,75). Sum of RGB (Red+Green+Blue) = 112+105+75=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #70694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70694B is #8F96B4. Grayscale: #676767. Windows color (decimal): -9410229 or 4942192. OLE color: 4942192.

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

Color convert

RGB 112 105 75 -
CMYK 0 0.06 0.33 0.56
HSL 48.65º 0.2% 0.37% -
HSV(B) 48.65º 0.33% 0.44% -
XYZ 13 14.06 8.68 -
YUV 103.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 112 105 75 0 0.06 0.33 0.56 48.65 0.2 0.37
Hex 70 69 4B 0 6 21 38 31 14 25
Octal 160 151 113 0 6 41 70 61 24 45
Binary 1110000 1101001 1001011 0 110 100001 111000 110001 10100 100101

Color Harmonies of #70694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70694B

Black with #70694B

Text Example


Text Example

White with #70694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70694B; }

 p { color: rgb(112,105,75); }

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

background-color css

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

 a { background-color: rgb(112,105,75); }

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

border-color css

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

 span { border-color: rgb(112,105,75); }

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