Html Css Color HEX #69530D Raw Umber

📋 copy color: '#69530D'

red 105 ◦ green 83 ◦ blue 13

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

Shades of Raw Umber #69530D

Tints of Raw Umber #69530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

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

R = 52.24%
G = 41.29%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69530D (or 0x69530D) is known color: Raw Umber. HEX triplet: 69, 53 and 0D. RGB value is (105,83,13). Sum of RGB (Red+Green+Blue) = 105+83+13=201 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.24% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 105 - color contains mainly: red. Hex color #69530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69530D is #96ACF2. Grayscale: #515151. Windows color (decimal): -9874675 or 873321. OLE color: 873321.

HSL color Cylindrical-coordinate representation of color #69530D: hue angle of 45.65º 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 #69530D is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 83 13 -
CMYK 0 0.21 0.88 0.59
HSL 45.65º 0.78% 0.23% -
HSV(B) 45.65º 0.88% 0.41% -
XYZ 8.99 9.22 1.69 -
YUV 81.6 89.29 144.69 -
System Red Green Blue C M Y K H S L
Decimal 105 83 13 0 0.21 0.88 0.59 45.65 0.78 0.23
Hex 69 53 D 0 15 58 3B 2E 4E 17
Octal 151 123 15 0 25 130 73 56 116 27
Binary 1101001 1010011 1101 0 10101 1011000 111011 101110 1001110 10111

Color Harmonies of #69530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69530D

Black with #69530D

Text Example


Text Example

White with #69530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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