Html Css Color HEX #614A08 Raw Umber

📋 copy color: '#614A08'

red 97 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #614A08

Tints of Raw Umber #614A08

RGB

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

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

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

R = 54.19%
G = 41.34%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#614A08 (or 0x614A08) is known color: Raw Umber. HEX triplet: 61, 4A and 08. RGB value is (97,74,8). Sum of RGB (Red+Green+Blue) = 97+74+8=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #614A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614A08 is #9EB5F7. Grayscale: #494949. Windows color (decimal): -10401272 or 543329. OLE color: 543329.

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

Color convert

RGB 97 74 8 -
CMYK 0 0.24 0.92 0.62
HSL 44.49º 0.85% 0.21% -
HSV(B) 44.49º 0.92% 0.38% -
XYZ 7.42 7.46 1.28 -
YUV 73.35 91.12 144.87 -
System Red Green Blue C M Y K H S L
Decimal 97 74 8 0 0.24 0.92 0.62 44.49 0.85 0.21
Hex 61 4A 8 0 18 5C 3E 2C 55 15
Octal 141 112 10 0 30 134 76 54 125 25
Binary 1100001 1001010 1000 0 11000 1011100 111110 101100 1010101 10101

Color Harmonies of #614A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A08

Black with #614A08

Text Example


Text Example

White with #614A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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