Html Css Color HEX #69510C Raw Umber

📋 copy color: '#69510C'

red 105 ◦ green 81 ◦ blue 12

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

Shades of Raw Umber #69510C

Tints of Raw Umber #69510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.91%

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

R = 53.03%
G = 40.91%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69510C (or 0x69510C) is known color: Raw Umber. HEX triplet: 69, 51 and 0C. RGB value is (105,81,12). Sum of RGB (Red+Green+Blue) = 105+81+12=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 81 (32.03% from 255 or 40.91% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #69510C is #96AEF3. Grayscale: #505050. Windows color (decimal): -9875188 or 807273. OLE color: 807273.

HSL color Cylindrical-coordinate representation of color #69510C: hue angle of 44.52º 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 #69510C is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 81 12 -
CMYK 0 0.23 0.89 0.59
HSL 44.52º 0.79% 0.23% -
HSV(B) 44.52º 0.89% 0.41% -
XYZ 8.83 8.91 1.6 -
YUV 80.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 105 81 12 0 0.23 0.89 0.59 44.52 0.79 0.23
Hex 69 51 C 0 17 59 3B 2D 4F 17
Octal 151 121 14 0 27 131 73 55 117 27
Binary 1101001 1010001 1100 0 10111 1011001 111011 101101 1001111 10111

Color Harmonies of #69510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69510C

Black with #69510C

Text Example


Text Example

White with #69510C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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