Html Css Color HEX #614204 Raw Umber

📋 copy color: '#614204'

red 97 ◦ green 66 ◦ blue 4

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

Shades of Raw Umber #614204

Tints of Raw Umber #614204

RGB

 RED value IS 97 (38.28% from 255) = 58.08%

 GREEN value IS 66 (26.17% from 255) = 39.52%

 BLUE value IS 4 (1.95% from 255) = 2.4%

R = 58.08%
G = 39.52%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#614204 (or 0x614204) is known color: Raw Umber. HEX triplet: 61, 42 and 04. RGB value is (97,66,4). Sum of RGB (Red+Green+Blue) = 97+66+4=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #614204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614204 is #9EBDFB. Grayscale: #444444. Windows color (decimal): -10403324 or 279137. OLE color: 279137.

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

Color convert

RGB 97 66 4 -
CMYK 0 0.32 0.96 0.62
HSL 40º 0.92% 0.2% -
HSV(B) 40º 0.96% 0.38% -
XYZ 6.9 6.45 1 -
YUV 68.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 97 66 4 0 0.32 0.96 0.62 40 0.92 0.2
Hex 61 42 4 0 20 60 3E 28 5C 14
Octal 141 102 4 0 40 140 76 50 134 24
Binary 1100001 1000010 100 0 100000 1100000 111110 101000 1011100 10100

Color Harmonies of #614204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614204

Black with #614204

Text Example


Text Example

White with #614204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614204; }

 p { color: rgb(97,66,4); }

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

background-color css

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

 a { background-color: rgb(97,66,4); }

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

border-color css

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

 span { border-color: rgb(97,66,4); }

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