Html Css Color HEX #693F07 Raw Umber

📋 copy color: '#693F07'

red 105 ◦ green 63 ◦ blue 7

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

Shades of Raw Umber #693F07

Tints of Raw Umber #693F07

RGB

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

 GREEN value IS 63 (25% from 255) = 36%

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

R = 60%
G = 36%
B = 4%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#693F07 (or 0x693F07) is known color: Raw Umber. HEX triplet: 69, 3F and 07. RGB value is (105,63,7). Sum of RGB (Red+Green+Blue) = 105+63+7=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #693F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693F07 is #96C0F8. Grayscale: #454545. Windows color (decimal): -9879801 or 474985. OLE color: 474985.

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

Color convert

RGB 105 63 7 -
CMYK 0 0.4 0.93 0.59
HSL 34.29º 0.88% 0.22% -
HSV(B) 34.29º 0.93% 0.41% -
XYZ 7.64 6.57 1.07 -
YUV 69.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 105 63 7 0 0.4 0.93 0.59 34.29 0.88 0.22
Hex 69 3F 7 0 28 5D 3B 22 58 16
Octal 151 77 7 0 50 135 73 42 130 26
Binary 1101001 111111 111 0 101000 1011101 111011 100010 1011000 10110

Color Harmonies of #693F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F07

Black with #693F07

Text Example


Text Example

White with #693F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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