Html Css Color HEX #603F0A Raw Umber

📋 copy color: '#603F0A'

red 96 ◦ green 63 ◦ blue 10

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

Shades of Raw Umber #603F0A

Tints of Raw Umber #603F0A

RGB

 RED value IS 96 (37.89% from 255) = 56.8%

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

 BLUE value IS 10 (4.3% from 255) = 5.92%

R = 56.8%
G = 37.28%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#603F0A (or 0x603F0A) is known color: Raw Umber. HEX triplet: 60, 3F and 0A. RGB value is (96,63,10). Sum of RGB (Red+Green+Blue) = 96+63+10=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 63 (25% from 255 or 37.28% from 169); Blue value is 10 (4.30% from 255 or 5.92% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F0A is #9FC0F5. Grayscale: #434343. Windows color (decimal): -10469622 or 671584. OLE color: 671584.

HSL color Cylindrical-coordinate representation of color #603F0A: hue angle of 36.98º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #603F0A is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 63 10 -
CMYK 0 0.34 0.90 0.62
HSL 36.98º 0.81% 0.21% -
HSV(B) 36.98º 0.9% 0.38% -
XYZ 6.66 6.06 1.11 -
YUV 66.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 96 63 10 0 0.34 0.90 0.62 36.98 0.81 0.21
Hex 60 3F A 0 22 5A 3E 25 51 15
Octal 140 77 12 0 42 132 76 45 121 25
Binary 1100000 111111 1010 0 100010 1011010 111110 100101 1010001 10101

Color Harmonies of #603F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F0A

Black with #603F0A

Text Example


Text Example

White with #603F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603F0A; }

 p { color: rgb(96,63,10); }

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

background-color css

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

 a { background-color: rgb(96,63,10); }

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

border-color css

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

 span { border-color: rgb(96,63,10); }

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