Html Css Color HEX #614F0C Raw Umber

📋 copy color: '#614F0C'

red 97 ◦ green 79 ◦ blue 12

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

Shades of Raw Umber #614F0C

Tints of Raw Umber #614F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 51.6%
G = 42.02%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#614F0C (or 0x614F0C) is known color: Raw Umber. HEX triplet: 61, 4F and 0C. RGB value is (97,79,12). Sum of RGB (Red+Green+Blue) = 97+79+12=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #614F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F0C is #9EB0F3. Grayscale: #4D4D4D. Windows color (decimal): -10399988 or 806753. OLE color: 806753.

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

Color convert

RGB 97 79 12 -
CMYK 0 0.19 0.88 0.62
HSL 47.29º 0.78% 0.21% -
HSV(B) 47.29º 0.88% 0.38% -
XYZ 7.79 8.16 1.51 -
YUV 76.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 97 79 12 0 0.19 0.88 0.62 47.29 0.78 0.21
Hex 61 4F C 0 13 58 3E 2F 4E 15
Octal 141 117 14 0 23 130 76 57 116 25
Binary 1100001 1001111 1100 0 10011 1011000 111110 101111 1001110 10101

Color Harmonies of #614F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F0C

Black with #614F0C

Text Example


Text Example

White with #614F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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