Html Css Color HEX #65520F Raw Umber

📋 copy color: '#65520F'

red 101 ◦ green 82 ◦ blue 15

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

Shades of Raw Umber #65520F

Tints of Raw Umber #65520F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.41%

 BLUE value IS 15 (6.25% from 255) = 7.58%

R = 51.01%
G = 41.41%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#65520F (or 0x65520F) is known color: Raw Umber. HEX triplet: 65, 52 and 0F. RGB value is (101,82,15). Sum of RGB (Red+Green+Blue) = 101+82+15=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #65520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65520F is #9AADF0. Grayscale: #505050. Windows color (decimal): -10137073 or 1004133. OLE color: 1004133.

HSL color Cylindrical-coordinate representation of color #65520F: hue angle of 46.74º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65520F is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 82 15 -
CMYK 0 0.19 0.85 0.60
HSL 46.74º 0.74% 0.23% -
HSV(B) 46.74º 0.85% 0.4% -
XYZ 8.47 8.84 1.71 -
YUV 80.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 101 82 15 0 0.19 0.85 0.60 46.74 0.74 0.23
Hex 65 52 F 0 13 55 3C 2F 4A 17
Octal 145 122 17 0 23 125 74 57 112 27
Binary 1100101 1010010 1111 0 10011 1010101 111100 101111 1001010 10111

Color Harmonies of #65520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65520F

Black with #65520F

Text Example


Text Example

White with #65520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65520F; }

 p { color: rgb(101,82,15); }

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

background-color css

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

 a { background-color: rgb(101,82,15); }

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

border-color css

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

 span { border-color: rgb(101,82,15); }

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