Html Css Color HEX #65410E Raw Umber

📋 copy color: '#65410E'

red 101 ◦ green 65 ◦ blue 14

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

Shades of Raw Umber #65410E

Tints of Raw Umber #65410E

RGB

 RED value IS 101 (39.84% from 255) = 56.11%

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

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

R = 56.11%
G = 36.11%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#65410E (or 0x65410E) is known color: Raw Umber. HEX triplet: 65, 41 and 0E. RGB value is (101,65,14). Sum of RGB (Red+Green+Blue) = 101+65+14=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 14 (5.86% from 255 or 7.78% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #65410E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65410E is #9ABEF1. Grayscale: #464646. Windows color (decimal): -10141426 or 934245. OLE color: 934245.

HSL color Cylindrical-coordinate representation of color #65410E: hue angle of 35.17º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65410E is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 65 14 -
CMYK 0 0.36 0.86 0.60
HSL 35.17º 0.76% 0.23% -
HSV(B) 35.17º 0.86% 0.4% -
XYZ 7.34 6.58 1.3 -
YUV 69.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 101 65 14 0 0.36 0.86 0.60 35.17 0.76 0.23
Hex 65 41 E 0 24 56 3C 23 4C 17
Octal 145 101 16 0 44 126 74 43 114 27
Binary 1100101 1000001 1110 0 100100 1010110 111100 100011 1001100 10111

Color Harmonies of #65410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65410E

Black with #65410E

Text Example


Text Example

White with #65410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,65,14); }

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

background-color css

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

 a { background-color: rgb(101,65,14); }

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

border-color css

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

 span { border-color: rgb(101,65,14); }

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