Html Css Color HEX #614600 Raw Umber

📋 copy color: '#614600'

red 97 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #614600

Tints of Raw Umber #614600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.08%
G = 41.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#614600 (or 0x614600) is known color: Raw Umber. HEX triplet: 61, 46 and 00. RGB value is (97,70,0). Sum of RGB (Red+Green+Blue) = 97+70+0=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #614600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614600 is #9EB9FF. Grayscale: #464646. Windows color (decimal): -10402304 or 18017. OLE color: 18017.

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

Color convert

RGB 97 70 0 -
CMYK 0 0.28 1 0.62
HSL 43.3º 1% 0.19% -
HSV(B) 43.3º 1% 0.38% -
XYZ 7.12 6.92 0.96 -
YUV 70.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 97 70 0 0 0.28 1 0.62 43.3 1 0.19
Hex 61 46 0 0 1C 64 3E 2B 64 13
Octal 141 106 0 0 34 144 76 53 144 23
Binary 1100001 1000110 0 0 11100 1100100 111110 101011 1100100 10011

Color Harmonies of #614600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614600

Black with #614600

Text Example


Text Example

White with #614600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614600; }

 p { color: rgb(97,70,0); }

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

background-color css

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

 a { background-color: rgb(97,70,0); }

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

border-color css

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

 span { border-color: rgb(97,70,0); }

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