Html Css Color HEX #694926 Cafe Royale

📋 copy color: '#694926'

red 105 ◦ green 73 ◦ blue 38

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

Shades of Cafe Royale #694926

Tints of Cafe Royale #694926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.8%

 BLUE value IS 38 (15.23% from 255) = 17.59%

R = 48.61%
G = 33.8%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#694926 (or 0x694926) is known color: Cafe Royale. HEX triplet: 69, 49 and 26. RGB value is (105,73,38). Sum of RGB (Red+Green+Blue) = 105+73+38=216 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.61% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 38 (15.23% from 255 or 17.59% from 216); Max value from RGB is 105 - color contains mainly: red. Hex color #694926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694926 is #96B6D9. Grayscale: #4E4E4E. Windows color (decimal): -9877210 or 2509161. OLE color: 2509161.

HSL color Cylindrical-coordinate representation of color #694926: hue angle of 31.34º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #694926 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 38 -
CMYK 0 0.30 0.64 0.59
HSL 31.34º 0.47% 0.28% -
HSV(B) 31.34º 0.64% 0.41% -
XYZ 8.56 7.91 2.91 -
YUV 78.58 105.1 146.85 -
System Red Green Blue C M Y K H S L
Decimal 105 73 38 0 0.30 0.64 0.59 31.34 0.47 0.28
Hex 69 49 26 0 1E 40 3B 1F 2F 1C
Octal 151 111 46 0 36 100 73 37 57 34
Binary 1101001 1001001 100110 0 11110 1000000 111011 11111 101111 11100

Color Harmonies of #694926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694926

Black with #694926

Text Example


Text Example

White with #694926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694926; }

 p { color: rgb(105,73,38); }

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

background-color css

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

 a { background-color: rgb(105,73,38); }

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

border-color css

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

 span { border-color: rgb(105,73,38); }

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