Html Css Color HEX #614A06 Raw Umber

📋 copy color: '#614A06'

red 97 ◦ green 74 ◦ blue 6

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

Shades of Raw Umber #614A06

Tints of Raw Umber #614A06

RGB

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

 GREEN value IS 74 (29.3% from 255) = 41.81%

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

R = 54.8%
G = 41.81%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#614A06 (or 0x614A06) is known color: Raw Umber. HEX triplet: 61, 4A and 06. RGB value is (97,74,6). Sum of RGB (Red+Green+Blue) = 97+74+6=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #614A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A06 is #9EB5F9. Grayscale: #494949. Windows color (decimal): -10401274 or 412257. OLE color: 412257.

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

Color convert

RGB 97 74 6 -
CMYK 0 0.24 0.94 0.62
HSL 44.84º 0.88% 0.2% -
HSV(B) 44.84º 0.94% 0.38% -
XYZ 7.41 7.45 1.22 -
YUV 73.13 90.12 145.03 -
System Red Green Blue C M Y K H S L
Decimal 97 74 6 0 0.24 0.94 0.62 44.84 0.88 0.2
Hex 61 4A 6 0 18 5E 3E 2D 58 14
Octal 141 112 6 0 30 136 76 55 130 24
Binary 1100001 1001010 110 0 11000 1011110 111110 101101 1011000 10100

Color Harmonies of #614A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A06

Black with #614A06

Text Example


Text Example

White with #614A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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