Html Css Color HEX #655007 Raw Umber

📋 copy color: '#655007'

red 101 ◦ green 80 ◦ blue 7

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

Shades of Raw Umber #655007

Tints of Raw Umber #655007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.72%

R = 53.72%
G = 42.55%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#655007 (or 0x655007) is known color: Raw Umber. HEX triplet: 65, 50 and 07. RGB value is (101,80,7). Sum of RGB (Red+Green+Blue) = 101+80+7=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #655007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655007 is #9AAFF8. Grayscale: #4E4E4E. Windows color (decimal): -10137593 or 479333. OLE color: 479333.

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

Color convert

RGB 101 80 7 -
CMYK 0 0.21 0.93 0.60
HSL 46.6º 0.87% 0.21% -
HSV(B) 46.6º 0.93% 0.4% -
XYZ 8.27 8.52 1.41 -
YUV 77.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 101 80 7 0 0.21 0.93 0.60 46.6 0.87 0.21
Hex 65 50 7 0 15 5D 3C 2F 57 15
Octal 145 120 7 0 25 135 74 57 127 25
Binary 1100101 1010000 111 0 10101 1011101 111100 101111 1010111 10101

Color Harmonies of #655007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655007

Black with #655007

Text Example


Text Example

White with #655007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655007; }

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

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

background-color css

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

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

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

border-color css

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

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

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