Html Css Color HEX #65450E Raw Umber

📋 copy color: '#65450E'

red 101 ◦ green 69 ◦ blue 14

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

Shades of Raw Umber #65450E

Tints of Raw Umber #65450E

RGB

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

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

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

R = 54.89%
G = 37.5%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#65450E (or 0x65450E) is known color: Raw Umber. HEX triplet: 65, 45 and 0E. RGB value is (101,69,14). Sum of RGB (Red+Green+Blue) = 101+69+14=184 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.89% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 101 - color contains mainly: red. Hex color #65450E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65450E is #9ABAF1. Grayscale: #484848. Windows color (decimal): -10140402 or 935269. OLE color: 935269.

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

Color convert

RGB 101 69 14 -
CMYK 0 0.32 0.86 0.60
HSL 37.93º 0.76% 0.23% -
HSV(B) 37.93º 0.86% 0.4% -
XYZ 7.57 7.05 1.38 -
YUV 72.3 95.1 148.47 -
System Red Green Blue C M Y K H S L
Decimal 101 69 14 0 0.32 0.86 0.60 37.93 0.76 0.23
Hex 65 45 E 0 20 56 3C 26 4C 17
Octal 145 105 16 0 40 126 74 46 114 27
Binary 1100101 1000101 1110 0 100000 1010110 111100 100110 1001100 10111

Color Harmonies of #65450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65450E

Black with #65450E

Text Example


Text Example

White with #65450E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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