Html Css Color HEX #754206 Raw Umber

📋 copy color: '#754206'

red 117 ◦ green 66 ◦ blue 6

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

Shades of Raw Umber #754206

Tints of Raw Umber #754206

RGB

 RED value IS 117 (46.09% from 255) = 61.9%

 GREEN value IS 66 (26.17% from 255) = 34.92%

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

R = 61.9%
G = 34.92%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#754206 (or 0x754206) is known color: Raw Umber. HEX triplet: 75, 42 and 06. RGB value is (117,66,6). Sum of RGB (Red+Green+Blue) = 117+66+6=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #754206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754206 is #8ABDF9. Grayscale: #4A4A4A. Windows color (decimal): -9092602 or 410229. OLE color: 410229.

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

Color convert

RGB 117 66 6 -
CMYK 0 0.44 0.95 0.54
HSL 32.43º 0.9% 0.24% -
HSV(B) 32.43º 0.95% 0.46% -
XYZ 9.32 7.69 1.17 -
YUV 74.41 89.4 158.38 -
System Red Green Blue C M Y K H S L
Decimal 117 66 6 0 0.44 0.95 0.54 32.43 0.9 0.24
Hex 75 42 6 0 2C 5F 36 20 5A 18
Octal 165 102 6 0 54 137 66 40 132 30
Binary 1110101 1000010 110 0 101100 1011111 110110 100000 1011010 11000

Color Harmonies of #754206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754206

Black with #754206

Text Example


Text Example

White with #754206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754206; }

 p { color: rgb(117,66,6); }

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

background-color css

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

 a { background-color: rgb(117,66,6); }

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

border-color css

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

 span { border-color: rgb(117,66,6); }

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