Html Css Color HEX #693F09 Raw Umber

📋 copy color: '#693F09'

red 105 ◦ green 63 ◦ blue 9

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

Shades of Raw Umber #693F09

Tints of Raw Umber #693F09

RGB

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

 GREEN value IS 63 (25% from 255) = 35.59%

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

R = 59.32%
G = 35.59%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#693F09 (or 0x693F09) is known color: Raw Umber. HEX triplet: 69, 3F and 09. RGB value is (105,63,9). Sum of RGB (Red+Green+Blue) = 105+63+9=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #693F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F09 is #96C0F6. Grayscale: #454545. Windows color (decimal): -9879799 or 606057. OLE color: 606057.

HSL color Cylindrical-coordinate representation of color #693F09: hue angle of 33.75º 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 #693F09 is Cyan = 0, Magento = 0.4, Yellow = 0.91 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 63 9 -
CMYK 0 0.4 0.91 0.59
HSL 33.75º 0.84% 0.22% -
HSV(B) 33.75º 0.91% 0.41% -
XYZ 7.65 6.58 1.12 -
YUV 69.4 93.91 153.39 -
System Red Green Blue C M Y K H S L
Decimal 105 63 9 0 0.4 0.91 0.59 33.75 0.84 0.22
Hex 69 3F 9 0 28 5B 3B 22 54 16
Octal 151 77 11 0 50 133 73 42 124 26
Binary 1101001 111111 1001 0 101000 1011011 111011 100010 1010100 10110

Color Harmonies of #693F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F09

Black with #693F09

Text Example


Text Example

White with #693F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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