Html Css Color HEX #654500 Raw Umber

📋 copy color: '#654500'

red 101 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #654500

Tints of Raw Umber #654500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.41%
G = 40.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#654500 (or 0x654500) is known color: Raw Umber. HEX triplet: 65, 45 and 00. RGB value is (101,69,0). Sum of RGB (Red+Green+Blue) = 101+69+0=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #654500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654500 is #9ABAFF. Grayscale: #474747. Windows color (decimal): -10140416 or 17765. OLE color: 17765.

HSL color Cylindrical-coordinate representation of color #654500: hue angle of 40.99º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #654500 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 69 0 -
CMYK 0 0.32 1 0.60
HSL 40.99º 1% 0.2% -
HSV(B) 40.99º 1% 0.4% -
XYZ 7.49 7.02 0.96 -
YUV 70.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 101 69 0 0 0.32 1 0.60 40.99 1 0.2
Hex 65 45 0 0 20 64 3C 29 64 14
Octal 145 105 0 0 40 144 74 51 144 24
Binary 1100101 1000101 0 0 100000 1100100 111100 101001 1100100 10100

Color Harmonies of #654500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654500

Black with #654500

Text Example


Text Example

White with #654500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654500; }

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

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

background-color css

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

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

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

border-color css

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

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

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