Html Css Color HEX #614206 Raw Umber

📋 copy color: '#614206'

red 97 ◦ green 66 ◦ blue 6

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

Shades of Raw Umber #614206

Tints of Raw Umber #614206

RGB

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

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

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

R = 57.4%
G = 39.05%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#614206 (or 0x614206) is known color: Raw Umber. HEX triplet: 61, 42 and 06. RGB value is (97,66,6). Sum of RGB (Red+Green+Blue) = 97+66+6=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 6 (2.73% from 255 or 3.55% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #614206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614206 is #9EBDF9. Grayscale: #444444. Windows color (decimal): -10403322 or 410209. OLE color: 410209.

HSL color Cylindrical-coordinate representation of color #614206: hue angle of 39.56º 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 #614206 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 6 -
CMYK 0 0.32 0.94 0.62
HSL 39.56º 0.88% 0.2% -
HSV(B) 39.56º 0.94% 0.38% -
XYZ 6.91 6.45 1.05 -
YUV 68.43 92.77 148.38 -
System Red Green Blue C M Y K H S L
Decimal 97 66 6 0 0.32 0.94 0.62 39.56 0.88 0.2
Hex 61 42 6 0 20 5E 3E 28 58 14
Octal 141 102 6 0 40 136 76 50 130 24
Binary 1100001 1000010 110 0 100000 1011110 111110 101000 1011000 10100

Color Harmonies of #614206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614206

Black with #614206

Text Example


Text Example

White with #614206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614206; }

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

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

background-color css

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

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

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

border-color css

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

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

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