Html Css Color HEX #614406 Raw Umber

📋 copy color: '#614406'

red 97 ◦ green 68 ◦ blue 6

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

Shades of Raw Umber #614406

Tints of Raw Umber #614406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.77%

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 56.73%
G = 39.77%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#614406 (or 0x614406) is known color: Raw Umber. HEX triplet: 61, 44 and 06. RGB value is (97,68,6). Sum of RGB (Red+Green+Blue) = 97+68+6=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 68 (26.95% from 255 or 39.77% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #614406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614406 is #9EBBF9. Grayscale: #454545. Windows color (decimal): -10402810 or 410721. OLE color: 410721.

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

Color convert

RGB 97 68 6 -
CMYK 0 0.30 0.94 0.62
HSL 40.88º 0.88% 0.2% -
HSV(B) 40.88º 0.94% 0.38% -
XYZ 7.03 6.69 1.09 -
YUV 69.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 97 68 6 0 0.30 0.94 0.62 40.88 0.88 0.2
Hex 61 44 6 0 1E 5E 3E 29 58 14
Octal 141 104 6 0 36 136 76 51 130 24
Binary 1100001 1000100 110 0 11110 1011110 111110 101001 1011000 10100

Color Harmonies of #614406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614406

Black with #614406

Text Example


Text Example

White with #614406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614406; }

 p { color: rgb(97,68,6); }

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

background-color css

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

 a { background-color: rgb(97,68,6); }

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

border-color css

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

 span { border-color: rgb(97,68,6); }

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