Html Css Color HEX #693700 Raw Umber

📋 copy color: '#693700'

red 105 ◦ green 55 ◦ blue 0

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

Shades of Raw Umber #693700

Tints of Raw Umber #693700

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.63%
G = 34.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#693700 (or 0x693700) is known color: Raw Umber. HEX triplet: 69, 37 and 00. RGB value is (105,55,0). Sum of RGB (Red+Green+Blue) = 105+55+0=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #693700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693700 is #96C8FF. Grayscale: #3F3F3F. Windows color (decimal): -9881856 or 14185. OLE color: 14185.

HSL color Cylindrical-coordinate representation of color #693700: hue angle of 31.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #693700 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 55 0 -
CMYK 0 0.48 1 0.59
HSL 31.43º 1% 0.21% -
HSV(B) 31.43º 1% 0.41% -
XYZ 7.19 5.74 0.73 -
YUV 63.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 105 55 0 0 0.48 1 0.59 31.43 1 0.21
Hex 69 37 0 0 30 64 3B 1F 64 15
Octal 151 67 0 0 60 144 73 37 144 25
Binary 1101001 110111 0 0 110000 1100100 111011 11111 1100100 10101

Color Harmonies of #693700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693700

Black with #693700

Text Example


Text Example

White with #693700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693700; }

 p { color: rgb(105,55,0); }

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

background-color css

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

 a { background-color: rgb(105,55,0); }

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

border-color css

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

 span { border-color: rgb(105,55,0); }

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