Html Css Color HEX #69520D Raw Umber

📋 copy color: '#69520D'

red 105 ◦ green 82 ◦ blue 13

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

Shades of Raw Umber #69520D

Tints of Raw Umber #69520D

RGB

 RED value IS 105 (41.41% from 255) = 52.5%

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

 BLUE value IS 13 (5.47% from 255) = 6.5%

R = 52.5%
G = 41%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69520D (or 0x69520D) is known color: Raw Umber. HEX triplet: 69, 52 and 0D. RGB value is (105,82,13). Sum of RGB (Red+Green+Blue) = 105+82+13=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69520D is #96ADF2. Grayscale: #515151. Windows color (decimal): -9874931 or 873065. OLE color: 873065.

HSL color Cylindrical-coordinate representation of color #69520D: hue angle of 45º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #69520D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 82 13 -
CMYK 0 0.22 0.88 0.59
HSL 45º 0.78% 0.23% -
HSV(B) 45º 0.88% 0.41% -
XYZ 8.92 9.07 1.66 -
YUV 81.01 89.62 145.11 -
System Red Green Blue C M Y K H S L
Decimal 105 82 13 0 0.22 0.88 0.59 45 0.78 0.23
Hex 69 52 D 0 16 58 3B 2D 4E 17
Octal 151 122 15 0 26 130 73 55 116 27
Binary 1101001 1010010 1101 0 10110 1011000 111011 101101 1001110 10111

Color Harmonies of #69520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69520D

Black with #69520D

Text Example


Text Example

White with #69520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69520D; }

 p { color: rgb(105,82,13); }

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

background-color css

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

 a { background-color: rgb(105,82,13); }

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

border-color css

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

 span { border-color: rgb(105,82,13); }

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