Html Css Color HEX #654001 Raw Umber

📋 copy color: '#654001'

red 101 ◦ green 64 ◦ blue 1

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

Shades of Raw Umber #654001

Tints of Raw Umber #654001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.6%

R = 60.84%
G = 38.55%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#654001 (or 0x654001) is known color: Raw Umber. HEX triplet: 65, 40 and 01. RGB value is (101,64,1). Sum of RGB (Red+Green+Blue) = 101+64+1=166 (21% of max value = 765). Red value is 101 (39.84% from 255 or 60.84% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 101 - color contains mainly: red. Hex color #654001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654001 is #9ABFFE. Grayscale: #444444. Windows color (decimal): -10141695 or 82021. OLE color: 82021.

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

Color convert

RGB 101 64 1 -
CMYK 0 0.37 0.99 0.60
HSL 37.8º 0.98% 0.2% -
HSV(B) 37.8º 0.99% 0.4% -
XYZ 7.21 6.44 0.89 -
YUV 67.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 101 64 1 0 0.37 0.99 0.60 37.8 0.98 0.2
Hex 65 40 1 0 25 63 3C 26 62 14
Octal 145 100 1 0 45 143 74 46 142 24
Binary 1100101 1000000 1 0 100101 1100011 111100 100110 1100010 10100

Color Harmonies of #654001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654001

Black with #654001

Text Example


Text Example

White with #654001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654001; }

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

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

background-color css

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

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

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

border-color css

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

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

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