Html Css Color HEX #604305 Raw Umber

📋 copy color: '#604305'

red 96 ◦ green 67 ◦ blue 5

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

Shades of Raw Umber #604305

Tints of Raw Umber #604305

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

 BLUE value IS 5 (2.34% from 255) = 2.98%

R = 57.14%
G = 39.88%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#604305 (or 0x604305) is known color: Raw Umber. HEX triplet: 60, 43 and 05. RGB value is (96,67,5). Sum of RGB (Red+Green+Blue) = 96+67+5=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #604305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604305 is #9FBCFA. Grayscale: #444444. Windows color (decimal): -10468603 or 344928. OLE color: 344928.

HSL color Cylindrical-coordinate representation of color #604305: hue angle of 40.88º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #604305 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 67 5 -
CMYK 0 0.30 0.95 0.62
HSL 40.88º 0.9% 0.2% -
HSV(B) 40.88º 0.95% 0.38% -
XYZ 6.86 6.51 1.04 -
YUV 68.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 96 67 5 0 0.30 0.95 0.62 40.88 0.9 0.2
Hex 60 43 5 0 1E 5F 3E 29 5A 14
Octal 140 103 5 0 36 137 76 51 132 24
Binary 1100000 1000011 101 0 11110 1011111 111110 101001 1011010 10100

Color Harmonies of #604305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604305

Black with #604305

Text Example


Text Example

White with #604305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604305; }

 p { color: rgb(96,67,5); }

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

background-color css

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

 a { background-color: rgb(96,67,5); }

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

border-color css

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

 span { border-color: rgb(96,67,5); }

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