Html Css Color HEX #69450D Raw Umber

📋 copy color: '#69450D'

red 105 ◦ green 69 ◦ blue 13

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

Shades of Raw Umber #69450D

Tints of Raw Umber #69450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 56.15%
G = 36.9%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#69450D (or 0x69450D) is known color: Raw Umber. HEX triplet: 69, 45 and 0D. RGB value is (105,69,13). Sum of RGB (Red+Green+Blue) = 105+69+13=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69450D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69450D is #96BAF2. Grayscale: #494949. Windows color (decimal): -9878259 or 869737. OLE color: 869737.

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

Color convert

RGB 105 69 13 -
CMYK 0 0.34 0.88 0.59
HSL 36.52º 0.78% 0.23% -
HSV(B) 36.52º 0.88% 0.41% -
XYZ 8.03 7.29 1.36 -
YUV 73.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 105 69 13 0 0.34 0.88 0.59 36.52 0.78 0.23
Hex 69 45 D 0 22 58 3B 25 4E 17
Octal 151 105 15 0 42 130 73 45 116 27
Binary 1101001 1000101 1101 0 100010 1011000 111011 100101 1001110 10111

Color Harmonies of #69450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69450D

Black with #69450D

Text Example


Text Example

White with #69450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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