Html Css Color HEX #614C08 Raw Umber

📋 copy color: '#614C08'

red 97 ◦ green 76 ◦ blue 8

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

Shades of Raw Umber #614C08

Tints of Raw Umber #614C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.42%

R = 53.59%
G = 41.99%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#614C08 (or 0x614C08) is known color: Raw Umber. HEX triplet: 61, 4C and 08. RGB value is (97,76,8). Sum of RGB (Red+Green+Blue) = 97+76+8=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 76 (30.08% from 255 or 41.99% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #614C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C08 is #9EB3F7. Grayscale: #4A4A4A. Windows color (decimal): -10400760 or 543841. OLE color: 543841.

HSL color Cylindrical-coordinate representation of color #614C08: hue angle of 45.84º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #614C08 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 76 8 -
CMYK 0 0.22 0.92 0.62
HSL 45.84º 0.85% 0.21% -
HSV(B) 45.84º 0.92% 0.38% -
XYZ 7.56 7.73 1.32 -
YUV 74.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 97 76 8 0 0.22 0.92 0.62 45.84 0.85 0.21
Hex 61 4C 8 0 16 5C 3E 2E 55 15
Octal 141 114 10 0 26 134 76 56 125 25
Binary 1100001 1001100 1000 0 10110 1011100 111110 101110 1010101 10101

Color Harmonies of #614C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C08

Black with #614C08

Text Example


Text Example

White with #614C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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