Html Css Color HEX #603F0C Raw Umber

📋 copy color: '#603F0C'

red 96 ◦ green 63 ◦ blue 12

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

Shades of Raw Umber #603F0C

Tints of Raw Umber #603F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.02%

R = 56.14%
G = 36.84%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#603F0C (or 0x603F0C) is known color: Raw Umber. HEX triplet: 60, 3F and 0C. RGB value is (96,63,12). Sum of RGB (Red+Green+Blue) = 96+63+12=171 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.14% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 12 (5.08% from 255 or 7.02% from 171); Max value from RGB is 96 - color contains mainly: red. Hex color #603F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F0C is #9FC0F3. Grayscale: #434343. Windows color (decimal): -10469620 or 802656. OLE color: 802656.

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

Color convert

RGB 96 63 12 -
CMYK 0 0.34 0.88 0.62
HSL 36.43º 0.78% 0.21% -
HSV(B) 36.43º 0.88% 0.38% -
XYZ 6.67 6.07 1.17 -
YUV 67.05 96.93 148.65 -
System Red Green Blue C M Y K H S L
Decimal 96 63 12 0 0.34 0.88 0.62 36.43 0.78 0.21
Hex 60 3F C 0 22 58 3E 24 4E 15
Octal 140 77 14 0 42 130 76 44 116 25
Binary 1100000 111111 1100 0 100010 1011000 111110 100100 1001110 10101

Color Harmonies of #603F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603F0C

Black with #603F0C

Text Example


Text Example

White with #603F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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