Html Css Color HEX #694300 Raw Umber

📋 copy color: '#694300'

red 105 ◦ green 67 ◦ blue 0

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

Shades of Raw Umber #694300

Tints of Raw Umber #694300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.95%

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

R = 61.05%
G = 38.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#694300 (or 0x694300) is known color: Raw Umber. HEX triplet: 69, 43 and 00. RGB value is (105,67,0). Sum of RGB (Red+Green+Blue) = 105+67+0=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 0 (0.39% from 255 or 0% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #694300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #694300 is #96BCFF. Grayscale: #474747. Windows color (decimal): -9878784 or 17257. OLE color: 17257.

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

Color convert

RGB 105 67 0 -
CMYK 0 0.36 1 0.59
HSL 38.29º 1% 0.21% -
HSV(B) 38.29º 1% 0.41% -
XYZ 7.83 7.02 0.94 -
YUV 70.72 88.09 152.45 -
System Red Green Blue C M Y K H S L
Decimal 105 67 0 0 0.36 1 0.59 38.29 1 0.21
Hex 69 43 0 0 24 64 3B 26 64 15
Octal 151 103 0 0 44 144 73 46 144 25
Binary 1101001 1000011 0 0 100100 1100100 111011 100110 1100100 10101

Color Harmonies of #694300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694300

Black with #694300

Text Example


Text Example

White with #694300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694300; }

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

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

background-color css

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

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

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

border-color css

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

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

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