Html Css Color HEX #655000 Raw Umber

📋 copy color: '#655000'

red 101 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #655000

Tints of Raw Umber #655000

RGB

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

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

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

R = 55.8%
G = 44.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#655000 (or 0x655000) is known color: Raw Umber. HEX triplet: 65, 50 and 00. RGB value is (101,80,0). Sum of RGB (Red+Green+Blue) = 101+80+0=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #655000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655000 is #9AAFFF. Grayscale: #4D4D4D. Windows color (decimal): -10137600 or 20581. OLE color: 20581.

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

Color convert

RGB 101 80 0 -
CMYK 0 0.21 1 0.60
HSL 47.52º 1% 0.2% -
HSV(B) 47.52º 1% 0.4% -
XYZ 8.24 8.5 1.21 -
YUV 77.16 84.46 145 -
System Red Green Blue C M Y K H S L
Decimal 101 80 0 0 0.21 1 0.60 47.52 1 0.2
Hex 65 50 0 0 15 64 3C 30 64 14
Octal 145 120 0 0 25 144 74 60 144 24
Binary 1100101 1010000 0 0 10101 1100100 111100 110000 1100100 10100

Color Harmonies of #655000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655000

Black with #655000

Text Example


Text Example

White with #655000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655000; }

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

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

background-color css

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

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

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

border-color css

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

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

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