Html Css Color HEX #65440E Raw Umber

📋 copy color: '#65440E'

red 101 ◦ green 68 ◦ blue 14

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

Shades of Raw Umber #65440E

Tints of Raw Umber #65440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 37.16%

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

R = 55.19%
G = 37.16%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#65440E (or 0x65440E) is known color: Raw Umber. HEX triplet: 65, 44 and 0E. RGB value is (101,68,14). Sum of RGB (Red+Green+Blue) = 101+68+14=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #65440E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65440E is #9ABBF1. Grayscale: #474747. Windows color (decimal): -10140658 or 935013. OLE color: 935013.

HSL color Cylindrical-coordinate representation of color #65440E: hue angle of 37.24º 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 #65440E is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 68 14 -
CMYK 0 0.33 0.86 0.60
HSL 37.24º 0.76% 0.23% -
HSV(B) 37.24º 0.86% 0.4% -
XYZ 7.51 6.93 1.36 -
YUV 71.71 95.43 148.89 -
System Red Green Blue C M Y K H S L
Decimal 101 68 14 0 0.33 0.86 0.60 37.24 0.76 0.23
Hex 65 44 E 0 21 56 3C 25 4C 17
Octal 145 104 16 0 41 126 74 45 114 27
Binary 1100101 1000100 1110 0 100001 1010110 111100 100101 1001100 10111

Color Harmonies of #65440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65440E

Black with #65440E

Text Example


Text Example

White with #65440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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