Html Css Color HEX #705306 Raw Umber

📋 copy color: '#705306'

red 112 ◦ green 83 ◦ blue 6

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

Shades of Raw Umber #705306

Tints of Raw Umber #705306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 55.72%
G = 41.29%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#705306 (or 0x705306) is known color: Raw Umber. HEX triplet: 70, 53 and 06. RGB value is (112,83,6). Sum of RGB (Red+Green+Blue) = 112+83+6=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #705306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705306 is #8FACF9. Grayscale: #535353. Windows color (decimal): -9415930 or 414576. OLE color: 414576.

HSL color Cylindrical-coordinate representation of color #705306: hue angle of 43.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #705306 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 83 6 -
CMYK 0 0.26 0.95 0.56
HSL 43.58º 0.9% 0.23% -
HSV(B) 43.58º 0.95% 0.44% -
XYZ 9.81 9.64 1.52 -
YUV 82.89 84.61 148.76 -
System Red Green Blue C M Y K H S L
Decimal 112 83 6 0 0.26 0.95 0.56 43.58 0.9 0.23
Hex 70 53 6 0 1A 5F 38 2C 5A 17
Octal 160 123 6 0 32 137 70 54 132 27
Binary 1110000 1010011 110 0 11010 1011111 111000 101100 1011010 10111

Color Harmonies of #705306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705306

Black with #705306

Text Example


Text Example

White with #705306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705306; }

 p { color: rgb(112,83,6); }

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

background-color css

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

 a { background-color: rgb(112,83,6); }

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

border-color css

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

 span { border-color: rgb(112,83,6); }

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