Html Css Color HEX #65480E Raw Umber

📋 copy color: '#65480E'

red 101 ◦ green 72 ◦ blue 14

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

Shades of Raw Umber #65480E

Tints of Raw Umber #65480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.5%

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

R = 54.01%
G = 38.5%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#65480E (or 0x65480E) is known color: Raw Umber. HEX triplet: 65, 48 and 0E. RGB value is (101,72,14). Sum of RGB (Red+Green+Blue) = 101+72+14=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #65480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65480E is #9AB7F1. Grayscale: #4A4A4A. Windows color (decimal): -10139634 or 936037. OLE color: 936037.

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

Color convert

RGB 101 72 14 -
CMYK 0 0.29 0.86 0.60
HSL 40º 0.76% 0.23% -
HSV(B) 40º 0.86% 0.4% -
XYZ 7.76 7.43 1.44 -
YUV 74.06 94.11 147.22 -
System Red Green Blue C M Y K H S L
Decimal 101 72 14 0 0.29 0.86 0.60 40 0.76 0.23
Hex 65 48 E 0 1D 56 3C 28 4C 17
Octal 145 110 16 0 35 126 74 50 114 27
Binary 1100101 1001000 1110 0 11101 1010110 111100 101000 1001100 10111

Color Harmonies of #65480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65480E

Black with #65480E

Text Example


Text Example

White with #65480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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