Html Css Color HEX #60450F Raw Umber

📋 copy color: '#60450F'

red 96 ◦ green 69 ◦ blue 15

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

Shades of Raw Umber #60450F

Tints of Raw Umber #60450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.33%

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 53.33%
G = 38.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60450F (or 0x60450F) is known color: Raw Umber. HEX triplet: 60, 45 and 0F. RGB value is (96,69,15). Sum of RGB (Red+Green+Blue) = 96+69+15=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60450F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60450F is #9FBAF0. Grayscale: #474747. Windows color (decimal): -10468081 or 1000800. OLE color: 1000800.

HSL color Cylindrical-coordinate representation of color #60450F: hue angle of 40º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60450F is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 69 15 -
CMYK 0 0.28 0.84 0.62
HSL 40º 0.73% 0.22% -
HSV(B) 40º 0.84% 0.38% -
XYZ 7.04 6.78 1.39 -
YUV 70.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 96 69 15 0 0.28 0.84 0.62 40 0.73 0.22
Hex 60 45 F 0 1C 54 3E 28 49 16
Octal 140 105 17 0 34 124 76 50 111 26
Binary 1100000 1000101 1111 0 11100 1010100 111110 101000 1001001 10110

Color Harmonies of #60450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60450F

Black with #60450F

Text Example


Text Example

White with #60450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60450F; }

 p { color: rgb(96,69,15); }

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

background-color css

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

 a { background-color: rgb(96,69,15); }

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

border-color css

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

 span { border-color: rgb(96,69,15); }

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