Html Css Color HEX #654000 Raw Umber

📋 copy color: '#654000'

red 101 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #654000

Tints of Raw Umber #654000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 38.79%

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

R = 61.21%
G = 38.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#654000 (or 0x654000) is known color: Raw Umber. HEX triplet: 65, 40 and 00. RGB value is (101,64,0). Sum of RGB (Red+Green+Blue) = 101+64+0=165 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.21% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 101 - color contains mainly: red. Hex color #654000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654000 is #9ABFFF. Grayscale: #444444. Windows color (decimal): -10141696 or 16485. OLE color: 16485.

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

Color convert

RGB 101 64 0 -
CMYK 0 0.37 1 0.60
HSL 38.02º 1% 0.2% -
HSV(B) 38.02º 1% 0.4% -
XYZ 7.2 6.43 0.86 -
YUV 67.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 101 64 0 0 0.37 1 0.60 38.02 1 0.2
Hex 65 40 0 0 25 64 3C 26 64 14
Octal 145 100 0 0 45 144 74 46 144 24
Binary 1100101 1000000 0 0 100101 1100100 111100 100110 1100100 10100

Color Harmonies of #654000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654000

Black with #654000

Text Example


Text Example

White with #654000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654000; }

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

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

background-color css

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

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

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

border-color css

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

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

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