Html Css Color HEX #61410D Raw Umber

📋 copy color: '#61410D'

red 97 ◦ green 65 ◦ blue 13

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

Shades of Raw Umber #61410D

Tints of Raw Umber #61410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

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

R = 55.43%
G = 37.14%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61410D (or 0x61410D) is known color: Raw Umber. HEX triplet: 61, 41 and 0D. RGB value is (97,65,13). Sum of RGB (Red+Green+Blue) = 97+65+13=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61410D is #9EBEF2. Grayscale: #444444. Windows color (decimal): -10403571 or 868705. OLE color: 868705.

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

Color convert

RGB 97 65 13 -
CMYK 0 0.33 0.87 0.62
HSL 37.14º 0.76% 0.22% -
HSV(B) 37.14º 0.87% 0.38% -
XYZ 6.89 6.35 1.24 -
YUV 68.64 96.6 148.23 -
System Red Green Blue C M Y K H S L
Decimal 97 65 13 0 0.33 0.87 0.62 37.14 0.76 0.22
Hex 61 41 D 0 21 57 3E 25 4C 16
Octal 141 101 15 0 41 127 76 45 114 26
Binary 1100001 1000001 1101 0 100001 1010111 111110 100101 1001100 10110

Color Harmonies of #61410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61410D

Black with #61410D

Text Example


Text Example

White with #61410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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