Html Css Color HEX #654400 Raw Umber

📋 copy color: '#654400'

red 101 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #654400

Tints of Raw Umber #654400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.24%

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

R = 59.76%
G = 40.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#654400 (or 0x654400) is known color: Raw Umber. HEX triplet: 65, 44 and 00. RGB value is (101,68,0). Sum of RGB (Red+Green+Blue) = 101+68+0=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #654400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654400 is #9ABBFF. Grayscale: #464646. Windows color (decimal): -10140672 or 17509. OLE color: 17509.

HSL color Cylindrical-coordinate representation of color #654400: hue angle of 40.4º 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 #654400 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 68 0 -
CMYK 0 0.33 1 0.60
HSL 40.4º 1% 0.2% -
HSV(B) 40.4º 1% 0.4% -
XYZ 7.43 6.9 0.94 -
YUV 70.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 101 68 0 0 0.33 1 0.60 40.4 1 0.2
Hex 65 44 0 0 21 64 3C 28 64 14
Octal 145 104 0 0 41 144 74 50 144 24
Binary 1100101 1000100 0 0 100001 1100100 111100 101000 1100100 10100

Color Harmonies of #654400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654400

Black with #654400

Text Example


Text Example

White with #654400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654400; }

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

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

background-color css

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

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

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

border-color css

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

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

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