Html Css Color HEX #614C0D Raw Umber

📋 copy color: '#614C0D'

red 97 ◦ green 76 ◦ blue 13

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

Shades of Raw Umber #614C0D

Tints of Raw Umber #614C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.86%

 BLUE value IS 13 (5.47% from 255) = 6.99%

R = 52.15%
G = 40.86%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#614C0D (or 0x614C0D) is known color: Raw Umber. HEX triplet: 61, 4C and 0D. RGB value is (97,76,13). Sum of RGB (Red+Green+Blue) = 97+76+13=186 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.15% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 97 - color contains mainly: red. Hex color #614C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614C0D is #9EB3F2. Grayscale: #4B4B4B. Windows color (decimal): -10400755 or 871521. OLE color: 871521.

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

Color convert

RGB 97 76 13 -
CMYK 0 0.22 0.87 0.62
HSL 45º 0.76% 0.22% -
HSV(B) 45º 0.87% 0.38% -
XYZ 7.59 7.74 1.47 -
YUV 75.1 92.96 143.62 -
System Red Green Blue C M Y K H S L
Decimal 97 76 13 0 0.22 0.87 0.62 45 0.76 0.22
Hex 61 4C D 0 16 57 3E 2D 4C 16
Octal 141 114 15 0 26 127 76 55 114 26
Binary 1100001 1001100 1101 0 10110 1010111 111110 101101 1001100 10110

Color Harmonies of #614C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C0D

Black with #614C0D

Text Example


Text Example

White with #614C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,76,13); }

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

background-color css

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

 a { background-color: rgb(97,76,13); }

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

border-color css

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

 span { border-color: rgb(97,76,13); }

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