Html Css Color HEX #734706 Raw Umber

📋 copy color: '#734706'

red 115 ◦ green 71 ◦ blue 6

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

Shades of Raw Umber #734706

Tints of Raw Umber #734706

RGB

 RED value IS 115 (45.31% from 255) = 59.9%

 GREEN value IS 71 (28.13% from 255) = 36.98%

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

R = 59.9%
G = 36.98%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#734706 (or 0x734706) is known color: Raw Umber. HEX triplet: 73, 47 and 06. RGB value is (115,71,6). Sum of RGB (Red+Green+Blue) = 115+71+6=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #734706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734706 is #8CB8F9. Grayscale: #4D4D4D. Windows color (decimal): -9222394 or 411507. OLE color: 411507.

HSL color Cylindrical-coordinate representation of color #734706: hue angle of 35.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #734706 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 6 -
CMYK 0 0.38 0.95 0.55
HSL 35.78º 0.9% 0.24% -
HSV(B) 35.78º 0.95% 0.45% -
XYZ 9.36 8.16 1.26 -
YUV 76.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 115 71 6 0 0.38 0.95 0.55 35.78 0.9 0.24
Hex 73 47 6 0 26 5F 37 24 5A 18
Octal 163 107 6 0 46 137 67 44 132 30
Binary 1110011 1000111 110 0 100110 1011111 110111 100100 1011010 11000

Color Harmonies of #734706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734706

Black with #734706

Text Example


Text Example

White with #734706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734706; }

 p { color: rgb(115,71,6); }

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

background-color css

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

 a { background-color: rgb(115,71,6); }

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

border-color css

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

 span { border-color: rgb(115,71,6); }

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