Html Css Color HEX #763D06 Raw Umber

📋 copy color: '#763D06'

red 118 ◦ green 61 ◦ blue 6

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

Shades of Raw Umber #763D06

Tints of Raw Umber #763D06

RGB

 RED value IS 118 (46.48% from 255) = 63.78%

 GREEN value IS 61 (24.22% from 255) = 32.97%

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

R = 63.78%
G = 32.97%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#763D06 (or 0x763D06) is known color: Raw Umber. HEX triplet: 76, 3D and 06. RGB value is (118,61,6). Sum of RGB (Red+Green+Blue) = 118+61+6=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #763D06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763D06 is #89C2F9. Grayscale: #484848. Windows color (decimal): -9028346 or 408950. OLE color: 408950.

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

Color convert

RGB 118 61 6 -
CMYK 0 0.48 0.95 0.54
HSL 29.46º 0.9% 0.24% -
HSV(B) 29.46º 0.95% 0.46% -
XYZ 9.17 7.2 1.08 -
YUV 71.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 118 61 6 0 0.48 0.95 0.54 29.46 0.9 0.24
Hex 76 3D 6 0 30 5F 36 1D 5A 18
Octal 166 75 6 0 60 137 66 35 132 30
Binary 1110110 111101 110 0 110000 1011111 110110 11101 1011010 11000

Color Harmonies of #763D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D06

Black with #763D06

Text Example


Text Example

White with #763D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763D06; }

 p { color: rgb(118,61,6); }

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

background-color css

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

 a { background-color: rgb(118,61,6); }

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

border-color css

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

 span { border-color: rgb(118,61,6); }

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