Html Css Color HEX #693D09 Raw Umber

📋 copy color: '#693D09'

red 105 ◦ green 61 ◦ blue 9

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

Shades of Raw Umber #693D09

Tints of Raw Umber #693D09

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.86%

 BLUE value IS 9 (3.91% from 255) = 5.14%

R = 60%
G = 34.86%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#693D09 (or 0x693D09) is known color: Raw Umber. HEX triplet: 69, 3D and 09. RGB value is (105,61,9). Sum of RGB (Red+Green+Blue) = 105+61+9=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #693D09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D09 is #96C2F6. Grayscale: #444444. Windows color (decimal): -9880311 or 605545. OLE color: 605545.

HSL color Cylindrical-coordinate representation of color #693D09: hue angle of 32.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #693D09 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 61 9 -
CMYK 0 0.42 0.91 0.59
HSL 32.5º 0.84% 0.22% -
HSV(B) 32.5º 0.91% 0.41% -
XYZ 7.54 6.36 1.09 -
YUV 68.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 105 61 9 0 0.42 0.91 0.59 32.5 0.84 0.22
Hex 69 3D 9 0 2A 5B 3B 20 54 16
Octal 151 75 11 0 52 133 73 40 124 26
Binary 1101001 111101 1001 0 101010 1011011 111011 100000 1010100 10110

Color Harmonies of #693D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D09

Black with #693D09

Text Example


Text Example

White with #693D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693D09; }

 p { color: rgb(105,61,9); }

 H1.HeaderClassName
 {
   color: #693D09;
 }
 .AnyTagClassName
 {
   color: #693D09;
 }
</style>

background-color css

<style>
 a { background-color: #693D09; }

 a { background-color: rgb(105,61,9); }

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

border-color css

<style>
 span { border-color: #693D09; }

 span { border-color: rgb(105,61,9); }

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