Html Css Color HEX #763F06 Raw Umber

📋 copy color: '#763F06'

red 118 ◦ green 63 ◦ blue 6

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

Shades of Raw Umber #763F06

Tints of Raw Umber #763F06

RGB

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

 GREEN value IS 63 (25% from 255) = 33.69%

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

R = 63.1%
G = 33.69%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#763F06 (or 0x763F06) is known color: Raw Umber. HEX triplet: 76, 3F and 06. RGB value is (118,63,6). Sum of RGB (Red+Green+Blue) = 118+63+6=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #763F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763F06 is #89C0F9. Grayscale: #494949. Windows color (decimal): -9027834 or 409462. OLE color: 409462.

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

Color convert

RGB 118 63 6 -
CMYK 0 0.47 0.95 0.54
HSL 30.54º 0.9% 0.24% -
HSV(B) 30.54º 0.95% 0.46% -
XYZ 9.28 7.42 1.12 -
YUV 72.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 118 63 6 0 0.47 0.95 0.54 30.54 0.9 0.24
Hex 76 3F 6 0 2F 5F 36 1F 5A 18
Octal 166 77 6 0 57 137 66 37 132 30
Binary 1110110 111111 110 0 101111 1011111 110110 11111 1011010 11000

Color Harmonies of #763F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F06

Black with #763F06

Text Example


Text Example

White with #763F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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