Html Css Color HEX #69400D Raw Umber

📋 copy color: '#69400D'

red 105 ◦ green 64 ◦ blue 13

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

Shades of Raw Umber #69400D

Tints of Raw Umber #69400D

RGB

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

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

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

R = 57.69%
G = 35.16%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69400D (or 0x69400D) is known color: Raw Umber. HEX triplet: 69, 40 and 0D. RGB value is (105,64,13). Sum of RGB (Red+Green+Blue) = 105+64+13=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #69400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69400D is #96BFF2. Grayscale: #464646. Windows color (decimal): -9879539 or 868457. OLE color: 868457.

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

Color convert

RGB 105 64 13 -
CMYK 0 0.39 0.88 0.59
HSL 33.26º 0.78% 0.23% -
HSV(B) 33.26º 0.88% 0.41% -
XYZ 7.73 6.7 1.27 -
YUV 70.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 105 64 13 0 0.39 0.88 0.59 33.26 0.78 0.23
Hex 69 40 D 0 27 58 3B 21 4E 17
Octal 151 100 15 0 47 130 73 41 116 27
Binary 1101001 1000000 1101 0 100111 1011000 111011 100001 1001110 10111

Color Harmonies of #69400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69400D

Black with #69400D

Text Example


Text Example

White with #69400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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