Html Css Color HEX #706B36 Crete

📋 copy color: '#706B36'

red 112 ◦ green 107 ◦ blue 54

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

Shades of Crete #706B36

Tints of Crete #706B36

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

 BLUE value IS 54 (21.48% from 255) = 19.78%

R = 41.03%
G = 39.19%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.56

RGB Variations

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

Color information

#706B36 (or 0x706B36) is known color: Crete. HEX triplet: 70, 6B and 36. RGB value is (112,107,54). Sum of RGB (Red+Green+Blue) = 112+107+54=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #706B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B36 is #8F94C9. Grayscale: #666666. Windows color (decimal): -9409738 or 3566448. OLE color: 3566448.

HSL color Cylindrical-coordinate representation of color #706B36: hue angle of 54.83º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706B36 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 107 54 -
CMYK 0 0.04 0.52 0.56
HSL 54.83º 0.35% 0.33% -
HSV(B) 54.83º 0.52% 0.44% -
XYZ 12.61 14.23 5.57 -
YUV 102.45 100.66 134.81 -
System Red Green Blue C M Y K H S L
Decimal 112 107 54 0 0.04 0.52 0.56 54.83 0.35 0.33
Hex 70 6B 36 0 4 34 38 37 23 21
Octal 160 153 66 0 4 64 70 67 43 41
Binary 1110000 1101011 110110 0 100 110100 111000 110111 100011 100001

Color Harmonies of #706B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B36

Black with #706B36

Text Example


Text Example

White with #706B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706B36; }

 p { color: rgb(112,107,54); }

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

background-color css

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

 a { background-color: rgb(112,107,54); }

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

border-color css

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

 span { border-color: rgb(112,107,54); }

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