Html Css Color HEX #693C07 Raw Umber

📋 copy color: '#693C07'

red 105 ◦ green 60 ◦ blue 7

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

Shades of Raw Umber #693C07

Tints of Raw Umber #693C07

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.88%

 BLUE value IS 7 (3.13% from 255) = 4.07%

R = 61.05%
G = 34.88%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#693C07 (or 0x693C07) is known color: Raw Umber. HEX triplet: 69, 3C and 07. RGB value is (105,60,7). Sum of RGB (Red+Green+Blue) = 105+60+7=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #693C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C07 is #96C3F8. Grayscale: #434343. Windows color (decimal): -9880569 or 474217. OLE color: 474217.

HSL color Cylindrical-coordinate representation of color #693C07: hue angle of 32.45º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #693C07 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 60 7 -
CMYK 0 0.43 0.93 0.59
HSL 32.45º 0.88% 0.22% -
HSV(B) 32.45º 0.93% 0.41% -
XYZ 7.48 6.25 1.01 -
YUV 67.41 93.91 154.81 -
System Red Green Blue C M Y K H S L
Decimal 105 60 7 0 0.43 0.93 0.59 32.45 0.88 0.22
Hex 69 3C 7 0 2B 5D 3B 20 58 16
Octal 151 74 7 0 53 135 73 40 130 26
Binary 1101001 111100 111 0 101011 1011101 111011 100000 1011000 10110

Color Harmonies of #693C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C07

Black with #693C07

Text Example


Text Example

White with #693C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,60,7); }

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

background-color css

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

 a { background-color: rgb(105,60,7); }

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

border-color css

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

 span { border-color: rgb(105,60,7); }

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