Html Css Color HEX #693C08 Raw Umber

📋 copy color: '#693C08'

red 105 ◦ green 60 ◦ blue 8

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

Shades of Raw Umber #693C08

Tints of Raw Umber #693C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.62%

R = 60.69%
G = 34.68%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#693C08 (or 0x693C08) is known color: Raw Umber. HEX triplet: 69, 3C and 08. RGB value is (105,60,8). Sum of RGB (Red+Green+Blue) = 105+60+8=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #693C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693C08 is #96C3F7. Grayscale: #434343. Windows color (decimal): -9880568 or 539753. OLE color: 539753.

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

Color convert

RGB 105 60 8 -
CMYK 0 0.43 0.92 0.59
HSL 32.16º 0.86% 0.22% -
HSV(B) 32.16º 0.92% 0.41% -
XYZ 7.49 6.25 1.04 -
YUV 67.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 105 60 8 0 0.43 0.92 0.59 32.16 0.86 0.22
Hex 69 3C 8 0 2B 5C 3B 20 56 16
Octal 151 74 10 0 53 134 73 40 126 26
Binary 1101001 111100 1000 0 101011 1011100 111011 100000 1010110 10110

Color Harmonies of #693C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C08

Black with #693C08

Text Example


Text Example

White with #693C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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