Html Css Color HEX #69440D Raw Umber

📋 copy color: '#69440D'

red 105 ◦ green 68 ◦ blue 13

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

Shades of Raw Umber #69440D

Tints of Raw Umber #69440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

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

R = 56.45%
G = 36.56%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69440D (or 0x69440D) is known color: Raw Umber. HEX triplet: 69, 44 and 0D. RGB value is (105,68,13). Sum of RGB (Red+Green+Blue) = 105+68+13=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69440D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69440D is #96BBF2. Grayscale: #494949. Windows color (decimal): -9878515 or 869481. OLE color: 869481.

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

Color convert

RGB 105 68 13 -
CMYK 0 0.35 0.88 0.59
HSL 35.87º 0.78% 0.23% -
HSV(B) 35.87º 0.88% 0.41% -
XYZ 7.97 7.17 1.34 -
YUV 72.79 94.26 150.97 -
System Red Green Blue C M Y K H S L
Decimal 105 68 13 0 0.35 0.88 0.59 35.87 0.78 0.23
Hex 69 44 D 0 23 58 3B 24 4E 17
Octal 151 104 15 0 43 130 73 44 116 27
Binary 1101001 1000100 1101 0 100011 1011000 111011 100100 1001110 10111

Color Harmonies of #69440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69440D

Black with #69440D

Text Example


Text Example

White with #69440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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