Html Css Color HEX #655A01 Raw Umber

📋 copy color: '#655A01'

red 101 ◦ green 90 ◦ blue 1

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

Shades of Raw Umber #655A01

Tints of Raw Umber #655A01

RGB

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

 GREEN value IS 90 (35.55% from 255) = 46.88%

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

R = 52.6%
G = 46.88%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#655A01 (or 0x655A01) is known color: Raw Umber. HEX triplet: 65, 5A and 01. RGB value is (101,90,1). Sum of RGB (Red+Green+Blue) = 101+90+1=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #655A01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655A01 is #9AA5FE. Grayscale: #535353. Windows color (decimal): -10135039 or 88677. OLE color: 88677.

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

Color convert

RGB 101 90 1 -
CMYK 0 0.11 0.99 0.60
HSL 53.4º 0.98% 0.2% -
HSV(B) 53.4º 0.99% 0.4% -
XYZ 9.03 10.08 1.5 -
YUV 83.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 101 90 1 0 0.11 0.99 0.60 53.4 0.98 0.2
Hex 65 5A 1 0 B 63 3C 35 62 14
Octal 145 132 1 0 13 143 74 65 142 24
Binary 1100101 1011010 1 0 1011 1100011 111100 110101 1100010 10100

Color Harmonies of #655A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655A01

Black with #655A01

Text Example


Text Example

White with #655A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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