Html Css Color HEX #693800 Raw Umber

📋 copy color: '#693800'

red 105 ◦ green 56 ◦ blue 0

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

Shades of Raw Umber #693800

Tints of Raw Umber #693800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

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

R = 65.22%
G = 34.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#693800 (or 0x693800) is known color: Raw Umber. HEX triplet: 69, 38 and 00. RGB value is (105,56,0). Sum of RGB (Red+Green+Blue) = 105+56+0=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #693800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693800 is #96C7FF. Grayscale: #404040. Windows color (decimal): -9881600 or 14441. OLE color: 14441.

HSL color Cylindrical-coordinate representation of color #693800: hue angle of 32º 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 #693800 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 56 0 -
CMYK 0 0.47 1 0.59
HSL 32º 1% 0.21% -
HSV(B) 32º 1% 0.41% -
XYZ 7.24 5.83 0.74 -
YUV 64.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 105 56 0 0 0.47 1 0.59 32 1 0.21
Hex 69 38 0 0 2F 64 3B 20 64 15
Octal 151 70 0 0 57 144 73 40 144 25
Binary 1101001 111000 0 0 101111 1100100 111011 100000 1100100 10101

Color Harmonies of #693800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693800

Black with #693800

Text Example


Text Example

White with #693800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693800; }

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

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

background-color css

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

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

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

border-color css

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

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

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