Html Css Color HEX #754506 Raw Umber

📋 copy color: '#754506'

red 117 ◦ green 69 ◦ blue 6

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

Shades of Raw Umber #754506

Tints of Raw Umber #754506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.94%

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

R = 60.94%
G = 35.94%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#754506 (or 0x754506) is known color: Raw Umber. HEX triplet: 75, 45 and 06. RGB value is (117,69,6). Sum of RGB (Red+Green+Blue) = 117+69+6=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #754506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754506 is #8ABAF9. Grayscale: #4C4C4C. Windows color (decimal): -9091834 or 410997. OLE color: 410997.

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

Color convert

RGB 117 69 6 -
CMYK 0 0.41 0.95 0.54
HSL 34.05º 0.9% 0.24% -
HSV(B) 34.05º 0.95% 0.46% -
XYZ 9.5 8.05 1.23 -
YUV 76.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 117 69 6 0 0.41 0.95 0.54 34.05 0.9 0.24
Hex 75 45 6 0 29 5F 36 22 5A 18
Octal 165 105 6 0 51 137 66 42 132 30
Binary 1110101 1000101 110 0 101001 1011111 110110 100010 1011010 11000

Color Harmonies of #754506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754506

Black with #754506

Text Example


Text Example

White with #754506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754506; }

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

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

background-color css

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

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

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

border-color css

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

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

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