Html Css Color HEX #655002 Raw Umber

📋 copy color: '#655002'

red 101 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #655002

Tints of Raw Umber #655002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 55.19%
G = 43.72%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#655002 (or 0x655002) is known color: Raw Umber. HEX triplet: 65, 50 and 02. RGB value is (101,80,2). Sum of RGB (Red+Green+Blue) = 101+80+2=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #655002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655002 is #9AAFFD. Grayscale: #4D4D4D. Windows color (decimal): -10137598 or 151653. OLE color: 151653.

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

Color convert

RGB 101 80 2 -
CMYK 0 0.21 0.98 0.60
HSL 47.27º 0.96% 0.2% -
HSV(B) 47.27º 0.98% 0.4% -
XYZ 8.25 8.51 1.27 -
YUV 77.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 101 80 2 0 0.21 0.98 0.60 47.27 0.96 0.2
Hex 65 50 2 0 15 62 3C 2F 60 14
Octal 145 120 2 0 25 142 74 57 140 24
Binary 1100101 1010000 10 0 10101 1100010 111100 101111 1100000 10100

Color Harmonies of #655002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655002

Black with #655002

Text Example


Text Example

White with #655002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655002; }

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

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

background-color css

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

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

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

border-color css

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

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

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