Html Css Color HEX #654914 Raw Umber

📋 copy color: '#654914'

red 101 ◦ green 73 ◦ blue 20

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

Shades of Raw Umber #654914

Tints of Raw Umber #654914

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 52.06%
G = 37.63%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#654914 (or 0x654914) is known color: Raw Umber. HEX triplet: 65, 49 and 14. RGB value is (101,73,20). Sum of RGB (Red+Green+Blue) = 101+73+20=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #654914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654914 is #9AB6EB. Grayscale: #4B4B4B. Windows color (decimal): -10139372 or 1329509. OLE color: 1329509.

HSL color Cylindrical-coordinate representation of color #654914: hue angle of 39.26º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #654914 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 73 20 -
CMYK 0 0.28 0.80 0.60
HSL 39.26º 0.67% 0.24% -
HSV(B) 39.26º 0.8% 0.4% -
XYZ 7.88 7.58 1.71 -
YUV 75.33 96.78 146.31 -
System Red Green Blue C M Y K H S L
Decimal 101 73 20 0 0.28 0.80 0.60 39.26 0.67 0.24
Hex 65 49 14 0 1C 50 3C 27 43 18
Octal 145 111 24 0 34 120 74 47 103 30
Binary 1100101 1001001 10100 0 11100 1010000 111100 100111 1000011 11000

Color Harmonies of #654914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654914

Black with #654914

Text Example


Text Example

White with #654914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654914; }

 p { color: rgb(101,73,20); }

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

background-color css

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

 a { background-color: rgb(101,73,20); }

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

border-color css

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

 span { border-color: rgb(101,73,20); }

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