Html Css Color HEX #655004 Raw Umber

📋 copy color: '#655004'

red 101 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #655004

Tints of Raw Umber #655004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.16%

R = 54.59%
G = 43.24%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#655004 (or 0x655004) is known color: Raw Umber. HEX triplet: 65, 50 and 04. RGB value is (101,80,4). Sum of RGB (Red+Green+Blue) = 101+80+4=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #655004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655004 is #9AAFFB. Grayscale: #4D4D4D. Windows color (decimal): -10137596 or 282725. OLE color: 282725.

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

Color convert

RGB 101 80 4 -
CMYK 0 0.21 0.96 0.60
HSL 47.01º 0.92% 0.21% -
HSV(B) 47.01º 0.96% 0.4% -
XYZ 8.26 8.51 1.32 -
YUV 77.62 86.46 144.68 -
System Red Green Blue C M Y K H S L
Decimal 101 80 4 0 0.21 0.96 0.60 47.01 0.92 0.21
Hex 65 50 4 0 15 60 3C 2F 5C 15
Octal 145 120 4 0 25 140 74 57 134 25
Binary 1100101 1010000 100 0 10101 1100000 111100 101111 1011100 10101

Color Harmonies of #655004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655004

Black with #655004

Text Example


Text Example

White with #655004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655004; }

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

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

background-color css

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

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

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

border-color css

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

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

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