Html Css Color HEX #69400C Raw Umber

📋 copy color: '#69400C'

red 105 ◦ green 64 ◦ blue 12

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

Shades of Raw Umber #69400C

Tints of Raw Umber #69400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

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

R = 58.01%
G = 35.36%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#69400C (or 0x69400C) is known color: Raw Umber. HEX triplet: 69, 40 and 0C. RGB value is (105,64,12). Sum of RGB (Red+Green+Blue) = 105+64+12=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #69400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69400C is #96BFF3. Grayscale: #464646. Windows color (decimal): -9879540 or 802921. OLE color: 802921.

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

Color convert

RGB 105 64 12 -
CMYK 0 0.39 0.89 0.59
HSL 33.55º 0.79% 0.23% -
HSV(B) 33.55º 0.89% 0.41% -
XYZ 7.73 6.7 1.23 -
YUV 70.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 105 64 12 0 0.39 0.89 0.59 33.55 0.79 0.23
Hex 69 40 C 0 27 59 3B 22 4F 17
Octal 151 100 14 0 47 131 73 42 117 27
Binary 1101001 1000000 1100 0 100111 1011001 111011 100010 1001111 10111

Color Harmonies of #69400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69400C

Black with #69400C

Text Example


Text Example

White with #69400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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