Html Css Color HEX #614606 Raw Umber

📋 copy color: '#614606'

red 97 ◦ green 70 ◦ blue 6

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

Shades of Raw Umber #614606

Tints of Raw Umber #614606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.47%

R = 56.07%
G = 40.46%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#614606 (or 0x614606) is known color: Raw Umber. HEX triplet: 61, 46 and 06. RGB value is (97,70,6). Sum of RGB (Red+Green+Blue) = 97+70+6=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 6 (2.73% from 255 or 3.47% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #614606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614606 is #9EB9F9. Grayscale: #474747. Windows color (decimal): -10402298 or 411233. OLE color: 411233.

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

Color convert

RGB 97 70 6 -
CMYK 0 0.28 0.94 0.62
HSL 42.2º 0.88% 0.2% -
HSV(B) 42.2º 0.94% 0.38% -
XYZ 7.15 6.93 1.13 -
YUV 70.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 97 70 6 0 0.28 0.94 0.62 42.2 0.88 0.2
Hex 61 46 6 0 1C 5E 3E 2A 58 14
Octal 141 106 6 0 34 136 76 52 130 24
Binary 1100001 1000110 110 0 11100 1011110 111110 101010 1011000 10100

Color Harmonies of #614606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614606

Black with #614606

Text Example


Text Example

White with #614606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614606; }

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

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

background-color css

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

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

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

border-color css

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

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

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