Html Css Color HEX #693D0C Raw Umber

📋 copy color: '#693D0C'

red 105 ◦ green 61 ◦ blue 12

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

Shades of Raw Umber #693D0C

Tints of Raw Umber #693D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 58.99%
G = 34.27%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#693D0C (or 0x693D0C) is known color: Raw Umber. HEX triplet: 69, 3D and 0C. RGB value is (105,61,12). Sum of RGB (Red+Green+Blue) = 105+61+12=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #693D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D0C is #96C2F3. Grayscale: #444444. Windows color (decimal): -9880308 or 802153. OLE color: 802153.

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

Color convert

RGB 105 61 12 -
CMYK 0 0.42 0.89 0.59
HSL 31.61º 0.79% 0.23% -
HSV(B) 31.61º 0.89% 0.41% -
XYZ 7.56 6.37 1.18 -
YUV 68.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 105 61 12 0 0.42 0.89 0.59 31.61 0.79 0.23
Hex 69 3D C 0 2A 59 3B 20 4F 17
Octal 151 75 14 0 52 131 73 40 117 27
Binary 1101001 111101 1100 0 101010 1011001 111011 100000 1001111 10111

Color Harmonies of #693D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D0C

Black with #693D0C

Text Example


Text Example

White with #693D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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