Html Css Color HEX #614C06 Raw Umber

📋 copy color: '#614C06'

red 97 ◦ green 76 ◦ blue 6

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

Shades of Raw Umber #614C06

Tints of Raw Umber #614C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.46%

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

R = 54.19%
G = 42.46%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#614C06 (or 0x614C06) is known color: Raw Umber. HEX triplet: 61, 4C and 06. RGB value is (97,76,6). Sum of RGB (Red+Green+Blue) = 97+76+6=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 76 (30.08% from 255 or 42.46% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #614C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C06 is #9EB3F9. Grayscale: #4A4A4A. Windows color (decimal): -10400762 or 412769. OLE color: 412769.

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

Color convert

RGB 97 76 6 -
CMYK 0 0.22 0.94 0.62
HSL 46.15º 0.88% 0.2% -
HSV(B) 46.15º 0.94% 0.38% -
XYZ 7.55 7.72 1.27 -
YUV 74.3 89.46 144.19 -
System Red Green Blue C M Y K H S L
Decimal 97 76 6 0 0.22 0.94 0.62 46.15 0.88 0.2
Hex 61 4C 6 0 16 5E 3E 2E 58 14
Octal 141 114 6 0 26 136 76 56 130 24
Binary 1100001 1001100 110 0 10110 1011110 111110 101110 1011000 10100

Color Harmonies of #614C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C06

Black with #614C06

Text Example


Text Example

White with #614C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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