Html Css Color HEX #694600 Raw Umber

📋 copy color: '#694600'

red 105 ◦ green 70 ◦ blue 0

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

Shades of Raw Umber #694600

Tints of Raw Umber #694600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40%

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

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#694600 (or 0x694600) is known color: Raw Umber. HEX triplet: 69, 46 and 00. RGB value is (105,70,0). Sum of RGB (Red+Green+Blue) = 105+70+0=175 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60% from 175); Green value is 70 (27.73% from 255 or 40% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 105 - color contains mainly: red. Hex color #694600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694600 is #96B9FF. Grayscale: #484848. Windows color (decimal): -9878016 or 18025. OLE color: 18025.

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

Color convert

RGB 105 70 0 -
CMYK 0 0.33 1 0.59
HSL 40º 1% 0.21% -
HSV(B) 40º 1% 0.41% -
XYZ 8.02 7.38 1 -
YUV 72.49 87.1 151.19 -
System Red Green Blue C M Y K H S L
Decimal 105 70 0 0 0.33 1 0.59 40 1 0.21
Hex 69 46 0 0 21 64 3B 28 64 15
Octal 151 106 0 0 41 144 73 50 144 25
Binary 1101001 1000110 0 0 100001 1100100 111011 101000 1100100 10101

Color Harmonies of #694600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694600

Black with #694600

Text Example


Text Example

White with #694600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694600; }

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

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

background-color css

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

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

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

border-color css

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

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

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