Html Css Color HEX #693F0F Raw Umber

📋 copy color: '#693F0F'

red 105 ◦ green 63 ◦ blue 15

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

Shades of Raw Umber #693F0F

Tints of Raw Umber #693F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 57.38%
G = 34.43%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#693F0F (or 0x693F0F) is known color: Raw Umber. HEX triplet: 69, 3F and 0F. RGB value is (105,63,15). Sum of RGB (Red+Green+Blue) = 105+63+15=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #693F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F0F is #96C0F0. Grayscale: #464646. Windows color (decimal): -9879793 or 999273. OLE color: 999273.

HSL color Cylindrical-coordinate representation of color #693F0F: hue angle of 32º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #693F0F is Cyan = 0, Magento = 0.4, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 63 15 -
CMYK 0 0.4 0.86 0.59
HSL 32º 0.75% 0.24% -
HSV(B) 32º 0.86% 0.41% -
XYZ 7.69 6.59 1.32 -
YUV 70.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 105 63 15 0 0.4 0.86 0.59 32 0.75 0.24
Hex 69 3F F 0 28 56 3B 20 4B 18
Octal 151 77 17 0 50 126 73 40 113 30
Binary 1101001 111111 1111 0 101000 1010110 111011 100000 1001011 11000

Color Harmonies of #693F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F0F

Black with #693F0F

Text Example


Text Example

White with #693F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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