Html Css Color HEX #69530C Raw Umber

📋 copy color: '#69530C'

red 105 ◦ green 83 ◦ blue 12

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

Shades of Raw Umber #69530C

Tints of Raw Umber #69530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6%

R = 52.5%
G = 41.5%
B = 6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69530C (or 0x69530C) is known color: Raw Umber. HEX triplet: 69, 53 and 0C. RGB value is (105,83,12). Sum of RGB (Red+Green+Blue) = 105+83+12=200 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 105 - color contains mainly: red. Hex color #69530C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69530C is #96ACF3. Grayscale: #515151. Windows color (decimal): -9874676 or 807785. OLE color: 807785.

HSL color Cylindrical-coordinate representation of color #69530C: hue angle of 45.81º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69530C is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 83 12 -
CMYK 0 0.21 0.89 0.59
HSL 45.81º 0.79% 0.23% -
HSV(B) 45.81º 0.89% 0.41% -
XYZ 8.99 9.22 1.65 -
YUV 81.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 105 83 12 0 0.21 0.89 0.59 45.81 0.79 0.23
Hex 69 53 C 0 15 59 3B 2E 4F 17
Octal 151 123 14 0 25 131 73 56 117 27
Binary 1101001 1010011 1100 0 10101 1011001 111011 101110 1001111 10111

Color Harmonies of #69530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69530C

Black with #69530C

Text Example


Text Example

White with #69530C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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