Html Css Color HEX #693B09 Raw Umber

📋 copy color: '#693B09'

red 105 ◦ green 59 ◦ blue 9

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

Shades of Raw Umber #693B09

Tints of Raw Umber #693B09

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

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

R = 60.69%
G = 34.1%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#693B09 (or 0x693B09) is known color: Raw Umber. HEX triplet: 69, 3B and 09. RGB value is (105,59,9). Sum of RGB (Red+Green+Blue) = 105+59+9=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #693B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693B09 is #96C4F6. Grayscale: #434343. Windows color (decimal): -9880823 or 605033. OLE color: 605033.

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

Color convert

RGB 105 59 9 -
CMYK 0 0.44 0.91 0.59
HSL 31.25º 0.84% 0.22% -
HSV(B) 31.25º 0.91% 0.41% -
XYZ 7.44 6.15 1.05 -
YUV 67.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 105 59 9 0 0.44 0.91 0.59 31.25 0.84 0.22
Hex 69 3B 9 0 2C 5B 3B 1F 54 16
Octal 151 73 11 0 54 133 73 37 124 26
Binary 1101001 111011 1001 0 101100 1011011 111011 11111 1010100 10110

Color Harmonies of #693B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B09

Black with #693B09

Text Example


Text Example

White with #693B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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