Html Css Color HEX #69470D Raw Umber

📋 copy color: '#69470D'

red 105 ◦ green 71 ◦ blue 13

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

Shades of Raw Umber #69470D

Tints of Raw Umber #69470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 55.56%
G = 37.57%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69470D (or 0x69470D) is known color: Raw Umber. HEX triplet: 69, 47 and 0D. RGB value is (105,71,13). Sum of RGB (Red+Green+Blue) = 105+71+13=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #69470D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69470D is #96B8F2. Grayscale: #4A4A4A. Windows color (decimal): -9877747 or 870249. OLE color: 870249.

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

Color convert

RGB 105 71 13 -
CMYK 0 0.32 0.88 0.59
HSL 37.83º 0.78% 0.23% -
HSV(B) 37.83º 0.88% 0.41% -
XYZ 8.15 7.54 1.41 -
YUV 74.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 105 71 13 0 0.32 0.88 0.59 37.83 0.78 0.23
Hex 69 47 D 0 20 58 3B 26 4E 17
Octal 151 107 15 0 40 130 73 46 116 27
Binary 1101001 1000111 1101 0 100000 1011000 111011 100110 1001110 10111

Color Harmonies of #69470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69470D

Black with #69470D

Text Example


Text Example

White with #69470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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