Html Css Color HEX #69460C Raw Umber

📋 copy color: '#69460C'

red 105 ◦ green 70 ◦ blue 12

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

Shades of Raw Umber #69460C

Tints of Raw Umber #69460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.43%

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

R = 56.15%
G = 37.43%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69460C (or 0x69460C) is known color: Raw Umber. HEX triplet: 69, 46 and 0C. RGB value is (105,70,12). Sum of RGB (Red+Green+Blue) = 105+70+12=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69460C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69460C is #96B9F3. Grayscale: #4A4A4A. Windows color (decimal): -9878004 or 804457. OLE color: 804457.

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

Color convert

RGB 105 70 12 -
CMYK 0 0.33 0.89 0.59
HSL 37.42º 0.79% 0.23% -
HSV(B) 37.42º 0.89% 0.41% -
XYZ 8.08 7.41 1.35 -
YUV 73.85 93.1 150.22 -
System Red Green Blue C M Y K H S L
Decimal 105 70 12 0 0.33 0.89 0.59 37.42 0.79 0.23
Hex 69 46 C 0 21 59 3B 25 4F 17
Octal 151 106 14 0 41 131 73 45 117 27
Binary 1101001 1000110 1100 0 100001 1011001 111011 100101 1001111 10111

Color Harmonies of #69460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69460C

Black with #69460C

Text Example


Text Example

White with #69460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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