Html Css Color HEX #61450E Raw Umber

📋 copy color: '#61450E'

red 97 ◦ green 69 ◦ blue 14

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

Shades of Raw Umber #61450E

Tints of Raw Umber #61450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.33%

 BLUE value IS 14 (5.86% from 255) = 7.78%

R = 53.89%
G = 38.33%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61450E (or 0x61450E) is known color: Raw Umber. HEX triplet: 61, 45 and 0E. RGB value is (97,69,14). Sum of RGB (Red+Green+Blue) = 97+69+14=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61450E is #9EBAF1. Grayscale: #474747. Windows color (decimal): -10402546 or 935265. OLE color: 935265.

HSL color Cylindrical-coordinate representation of color #61450E: hue angle of 39.76º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61450E is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 69 14 -
CMYK 0 0.29 0.86 0.62
HSL 39.76º 0.75% 0.22% -
HSV(B) 39.76º 0.86% 0.38% -
XYZ 7.14 6.83 1.36 -
YUV 71.1 95.78 146.47 -
System Red Green Blue C M Y K H S L
Decimal 97 69 14 0 0.29 0.86 0.62 39.76 0.75 0.22
Hex 61 45 E 0 1D 56 3E 28 4B 16
Octal 141 105 16 0 35 126 76 50 113 26
Binary 1100001 1000101 1110 0 11101 1010110 111110 101000 1001011 10110

Color Harmonies of #61450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61450E

Black with #61450E

Text Example


Text Example

White with #61450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61450E; }

 p { color: rgb(97,69,14); }

 H1.HeaderClassName
 {
   color: #61450E;
 }
 .AnyTagClassName
 {
   color: #61450E;
 }
</style>

background-color css

<style>
 a { background-color: #61450E; }

 a { background-color: rgb(97,69,14); }

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

border-color css

<style>
 span { border-color: #61450E; }

 span { border-color: rgb(97,69,14); }

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