Html Css Color HEX #61410B Raw Umber

📋 copy color: '#61410B'

red 97 ◦ green 65 ◦ blue 11

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

Shades of Raw Umber #61410B

Tints of Raw Umber #61410B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.36%

R = 56.07%
G = 37.57%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#61410B (or 0x61410B) is known color: Raw Umber. HEX triplet: 61, 41 and 0B. RGB value is (97,65,11). Sum of RGB (Red+Green+Blue) = 97+65+11=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61410B is #9EBEF4. Grayscale: #444444. Windows color (decimal): -10403573 or 737633. OLE color: 737633.

HSL color Cylindrical-coordinate representation of color #61410B: hue angle of 37.67º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61410B is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 65 11 -
CMYK 0 0.33 0.89 0.62
HSL 37.67º 0.8% 0.21% -
HSV(B) 37.67º 0.89% 0.38% -
XYZ 6.88 6.35 1.18 -
YUV 68.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 97 65 11 0 0.33 0.89 0.62 37.67 0.8 0.21
Hex 61 41 B 0 21 59 3E 26 50 15
Octal 141 101 13 0 41 131 76 46 120 25
Binary 1100001 1000001 1011 0 100001 1011001 111110 100110 1010000 10101

Color Harmonies of #61410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61410B

Black with #61410B

Text Example


Text Example

White with #61410B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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