Html Css Color HEX #614511 Raw Umber

📋 copy color: '#614511'

red 97 ◦ green 69 ◦ blue 17

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

Shades of Raw Umber #614511

Tints of Raw Umber #614511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.7%

 BLUE value IS 17 (7.03% from 255) = 9.29%

R = 53.01%
G = 37.7%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#614511 (or 0x614511) is known color: Raw Umber. HEX triplet: 61, 45 and 11. RGB value is (97,69,17). Sum of RGB (Red+Green+Blue) = 97+69+17=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #614511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614511 is #9EBAEE. Grayscale: #474747. Windows color (decimal): -10402543 or 1131873. OLE color: 1131873.

HSL color Cylindrical-coordinate representation of color #614511: hue angle of 39º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #614511 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 69 17 -
CMYK 0 0.29 0.82 0.62
HSL 39º 0.7% 0.22% -
HSV(B) 39º 0.82% 0.38% -
XYZ 7.16 6.84 1.47 -
YUV 71.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 97 69 17 0 0.29 0.82 0.62 39 0.7 0.22
Hex 61 45 11 0 1D 52 3E 27 46 16
Octal 141 105 21 0 35 122 76 47 106 26
Binary 1100001 1000101 10001 0 11101 1010010 111110 100111 1000110 10110

Color Harmonies of #614511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614511

Black with #614511

Text Example


Text Example

White with #614511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614511; }

 p { color: rgb(97,69,17); }

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

background-color css

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

 a { background-color: rgb(97,69,17); }

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

border-color css

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

 span { border-color: rgb(97,69,17); }

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