Html Css Color HEX #704306 Raw Umber

📋 copy color: '#704306'

red 112 ◦ green 67 ◦ blue 6

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

Shades of Raw Umber #704306

Tints of Raw Umber #704306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.22%

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

R = 60.54%
G = 36.22%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#704306 (or 0x704306) is known color: Raw Umber. HEX triplet: 70, 43 and 06. RGB value is (112,67,6). Sum of RGB (Red+Green+Blue) = 112+67+6=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #704306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704306 is #8FBCF9. Grayscale: #494949. Windows color (decimal): -9420026 or 410480. OLE color: 410480.

HSL color Cylindrical-coordinate representation of color #704306: hue angle of 34.53º 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 #704306 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 6 -
CMYK 0 0.40 0.95 0.56
HSL 34.53º 0.9% 0.23% -
HSV(B) 34.53º 0.95% 0.44% -
XYZ 8.72 7.47 1.15 -
YUV 73.5 89.91 155.46 -
System Red Green Blue C M Y K H S L
Decimal 112 67 6 0 0.40 0.95 0.56 34.53 0.9 0.23
Hex 70 43 6 0 28 5F 38 23 5A 17
Octal 160 103 6 0 50 137 70 43 132 27
Binary 1110000 1000011 110 0 101000 1011111 111000 100011 1011010 10111

Color Harmonies of #704306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704306

Black with #704306

Text Example


Text Example

White with #704306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704306; }

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

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

background-color css

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

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

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

border-color css

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

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

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