Html Css Color HEX #61420F Raw Umber

📋 copy color: '#61420F'

red 97 ◦ green 66 ◦ blue 15

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

Shades of Raw Umber #61420F

Tints of Raw Umber #61420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 54.49%
G = 37.08%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61420F (or 0x61420F) is known color: Raw Umber. HEX triplet: 61, 42 and 0F. RGB value is (97,66,15). Sum of RGB (Red+Green+Blue) = 97+66+15=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61420F is #9EBDF0. Grayscale: #454545. Windows color (decimal): -10403313 or 1000033. OLE color: 1000033.

HSL color Cylindrical-coordinate representation of color #61420F: hue angle of 37.32º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61420F is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 66 15 -
CMYK 0 0.32 0.85 0.62
HSL 37.32º 0.73% 0.22% -
HSV(B) 37.32º 0.85% 0.38% -
XYZ 6.96 6.47 1.33 -
YUV 69.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 97 66 15 0 0.32 0.85 0.62 37.32 0.73 0.22
Hex 61 42 F 0 20 55 3E 25 49 16
Octal 141 102 17 0 40 125 76 45 111 26
Binary 1100001 1000010 1111 0 100000 1010101 111110 100101 1001001 10110

Color Harmonies of #61420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61420F

Black with #61420F

Text Example


Text Example

White with #61420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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