Html Css Color HEX #706B37 Crete

📋 copy color: '#706B37'

red 112 ◦ green 107 ◦ blue 55

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

Shades of Crete #706B37

Tints of Crete #706B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 40.88%
G = 39.05%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#706B37 (or 0x706B37) is known color: Crete. HEX triplet: 70, 6B and 37. RGB value is (112,107,55). Sum of RGB (Red+Green+Blue) = 112+107+55=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #706B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B37 is #8F94C8. Grayscale: #666666. Windows color (decimal): -9409737 or 3631984. OLE color: 3631984.

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

Color convert

RGB 112 107 55 -
CMYK 0 0.04 0.51 0.56
HSL 54.74º 0.34% 0.33% -
HSV(B) 54.74º 0.51% 0.44% -
XYZ 12.63 14.24 5.7 -
YUV 102.57 101.16 134.73 -
System Red Green Blue C M Y K H S L
Decimal 112 107 55 0 0.04 0.51 0.56 54.74 0.34 0.33
Hex 70 6B 37 0 4 33 38 37 22 21
Octal 160 153 67 0 4 63 70 67 42 41
Binary 1110000 1101011 110111 0 100 110011 111000 110111 100010 100001

Color Harmonies of #706B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706B37

Black with #706B37

Text Example


Text Example

White with #706B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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