Html Css Color HEX #61420D Raw Umber

📋 copy color: '#61420D'

red 97 ◦ green 66 ◦ blue 13

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

Shades of Raw Umber #61420D

Tints of Raw Umber #61420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 55.11%
G = 37.5%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61420D (or 0x61420D) is known color: Raw Umber. HEX triplet: 61, 42 and 0D. RGB value is (97,66,13). Sum of RGB (Red+Green+Blue) = 97+66+13=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61420D is #9EBDF2. Grayscale: #454545. Windows color (decimal): -10403315 or 868961. OLE color: 868961.

HSL color Cylindrical-coordinate representation of color #61420D: hue angle of 37.86º 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 #61420D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 13 -
CMYK 0 0.32 0.87 0.62
HSL 37.86º 0.76% 0.22% -
HSV(B) 37.86º 0.87% 0.38% -
XYZ 6.95 6.47 1.26 -
YUV 69.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 97 66 13 0 0.32 0.87 0.62 37.86 0.76 0.22
Hex 61 42 D 0 20 57 3E 26 4C 16
Octal 141 102 15 0 40 127 76 46 114 26
Binary 1100001 1000010 1101 0 100000 1010111 111110 100110 1001100 10110

Color Harmonies of #61420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61420D

Black with #61420D

Text Example


Text Example

White with #61420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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