Html Css Color HEX #693D00 Raw Umber

📋 copy color: '#693D00'

red 105 ◦ green 61 ◦ blue 0

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

Shades of Raw Umber #693D00

Tints of Raw Umber #693D00

RGB

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

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

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

R = 63.25%
G = 36.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#693D00 (or 0x693D00) is known color: Raw Umber. HEX triplet: 69, 3D and 00. RGB value is (105,61,0). Sum of RGB (Red+Green+Blue) = 105+61+0=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #693D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693D00 is #96C2FF. Grayscale: #434343. Windows color (decimal): -9880320 or 15721. OLE color: 15721.

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

Color convert

RGB 105 61 0 -
CMYK 0 0.42 1 0.59
HSL 34.86º 1% 0.21% -
HSV(B) 34.86º 1% 0.41% -
XYZ 7.49 6.34 0.83 -
YUV 67.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 105 61 0 0 0.42 1 0.59 34.86 1 0.21
Hex 69 3D 0 0 2A 64 3B 23 64 15
Octal 151 75 0 0 52 144 73 43 144 25
Binary 1101001 111101 0 0 101010 1100100 111011 100011 1100100 10101

Color Harmonies of #693D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D00

Black with #693D00

Text Example


Text Example

White with #693D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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