Html Css Color HEX #755306 Raw Umber

📋 copy color: '#755306'

red 117 ◦ green 83 ◦ blue 6

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

Shades of Raw Umber #755306

Tints of Raw Umber #755306

RGB

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

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

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

R = 56.8%
G = 40.29%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#755306 (or 0x755306) is known color: Raw Umber. HEX triplet: 75, 53 and 06. RGB value is (117,83,6). Sum of RGB (Red+Green+Blue) = 117+83+6=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #755306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755306 is #8AACF9. Grayscale: #545454. Windows color (decimal): -9088250 or 414581. OLE color: 414581.

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

Color convert

RGB 117 83 6 -
CMYK 0 0.29 0.95 0.54
HSL 41.62º 0.9% 0.24% -
HSV(B) 41.62º 0.95% 0.46% -
XYZ 10.46 9.98 1.55 -
YUV 84.39 83.76 151.26 -
System Red Green Blue C M Y K H S L
Decimal 117 83 6 0 0.29 0.95 0.54 41.62 0.9 0.24
Hex 75 53 6 0 1D 5F 36 2A 5A 18
Octal 165 123 6 0 35 137 66 52 132 30
Binary 1110101 1010011 110 0 11101 1011111 110110 101010 1011010 11000

Color Harmonies of #755306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755306

Black with #755306

Text Example


Text Example

White with #755306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755306; }

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

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

background-color css

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

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

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

border-color css

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

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

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