Html Css Color HEX #693E0F Raw Umber

📋 copy color: '#693E0F'

red 105 ◦ green 62 ◦ blue 15

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

Shades of Raw Umber #693E0F

Tints of Raw Umber #693E0F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

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

R = 57.69%
G = 34.07%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#693E0F (or 0x693E0F) is known color: Raw Umber. HEX triplet: 69, 3E and 0F. RGB value is (105,62,15). Sum of RGB (Red+Green+Blue) = 105+62+15=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #693E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693E0F is #96C1F0. Grayscale: #454545. Windows color (decimal): -9880049 or 999017. OLE color: 999017.

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

Color convert

RGB 105 62 15 -
CMYK 0 0.41 0.86 0.59
HSL 31.33º 0.75% 0.24% -
HSV(B) 31.33º 0.86% 0.41% -
XYZ 7.63 6.48 1.3 -
YUV 69.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 105 62 15 0 0.41 0.86 0.59 31.33 0.75 0.24
Hex 69 3E F 0 29 56 3B 1F 4B 18
Octal 151 76 17 0 51 126 73 37 113 30
Binary 1101001 111110 1111 0 101001 1010110 111011 11111 1001011 11000

Color Harmonies of #693E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693E0F

Black with #693E0F

Text Example


Text Example

White with #693E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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