Html Css Color HEX #614F08 Raw Umber

📋 copy color: '#614F08'

red 97 ◦ green 79 ◦ blue 8

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

Shades of Raw Umber #614F08

Tints of Raw Umber #614F08

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.93%

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

R = 52.72%
G = 42.93%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#614F08 (or 0x614F08) is known color: Raw Umber. HEX triplet: 61, 4F and 08. RGB value is (97,79,8). Sum of RGB (Red+Green+Blue) = 97+79+8=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 79 (31.25% from 255 or 42.93% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #614F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F08 is #9EB0F7. Grayscale: #4C4C4C. Windows color (decimal): -10399992 or 544609. OLE color: 544609.

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

Color convert

RGB 97 79 8 -
CMYK 0 0.19 0.92 0.62
HSL 47.87º 0.85% 0.21% -
HSV(B) 47.87º 0.92% 0.38% -
XYZ 7.77 8.15 1.39 -
YUV 76.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 97 79 8 0 0.19 0.92 0.62 47.87 0.85 0.21
Hex 61 4F 8 0 13 5C 3E 30 55 15
Octal 141 117 10 0 23 134 76 60 125 25
Binary 1100001 1001111 1000 0 10011 1011100 111110 110000 1010101 10101

Color Harmonies of #614F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F08

Black with #614F08

Text Example


Text Example

White with #614F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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