Html Css Color HEX #655001 Raw Umber

📋 copy color: '#655001'

red 101 ◦ green 80 ◦ blue 1

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

Shades of Raw Umber #655001

Tints of Raw Umber #655001

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.96%

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

R = 55.49%
G = 43.96%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#655001 (or 0x655001) is known color: Raw Umber. HEX triplet: 65, 50 and 01. RGB value is (101,80,1). Sum of RGB (Red+Green+Blue) = 101+80+1=182 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.49% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 101 - color contains mainly: red. Hex color #655001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655001 is #9AAFFE. Grayscale: #4D4D4D. Windows color (decimal): -10137599 or 86117. OLE color: 86117.

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

Color convert

RGB 101 80 1 -
CMYK 0 0.21 0.99 0.60
HSL 47.4º 0.98% 0.2% -
HSV(B) 47.4º 0.99% 0.4% -
XYZ 8.24 8.51 1.24 -
YUV 77.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 101 80 1 0 0.21 0.99 0.60 47.4 0.98 0.2
Hex 65 50 1 0 15 63 3C 2F 62 14
Octal 145 120 1 0 25 143 74 57 142 24
Binary 1100101 1010000 1 0 10101 1100011 111100 101111 1100010 10100

Color Harmonies of #655001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655001

Black with #655001

Text Example


Text Example

White with #655001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655001; }

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

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

background-color css

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

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

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

border-color css

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

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

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