Html Css Color HEX #65420E Raw Umber

📋 copy color: '#65420E'

red 101 ◦ green 66 ◦ blue 14

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

Shades of Raw Umber #65420E

Tints of Raw Umber #65420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 55.8%
G = 36.46%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#65420E (or 0x65420E) is known color: Raw Umber. HEX triplet: 65, 42 and 0E. RGB value is (101,66,14). Sum of RGB (Red+Green+Blue) = 101+66+14=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #65420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65420E is #9ABDF1. Grayscale: #464646. Windows color (decimal): -10141170 or 934501. OLE color: 934501.

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

Color convert

RGB 101 66 14 -
CMYK 0 0.35 0.86 0.60
HSL 35.86º 0.76% 0.23% -
HSV(B) 35.86º 0.86% 0.4% -
XYZ 7.39 6.69 1.32 -
YUV 70.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 101 66 14 0 0.35 0.86 0.60 35.86 0.76 0.23
Hex 65 42 E 0 23 56 3C 24 4C 17
Octal 145 102 16 0 43 126 74 44 114 27
Binary 1100101 1000010 1110 0 100011 1010110 111100 100100 1001100 10111

Color Harmonies of #65420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65420E

Black with #65420E

Text Example


Text Example

White with #65420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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