Html Css Color HEX #6D4A25 Cafe Royale

📋 copy color: '#6D4A25'

red 109 ◦ green 74 ◦ blue 37

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

Shades of Cafe Royale #6D4A25

Tints of Cafe Royale #6D4A25

RGB

 RED value IS 109 (42.97% from 255) = 49.55%

 GREEN value IS 74 (29.3% from 255) = 33.64%

 BLUE value IS 37 (14.84% from 255) = 16.82%

R = 49.55%
G = 33.64%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#6D4A25 (or 0x6D4A25) is known color: Cafe Royale. HEX triplet: 6D, 4A and 25. RGB value is (109,74,37). Sum of RGB (Red+Green+Blue) = 109+74+37=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A25 is #92B5DA. Grayscale: #505050. Windows color (decimal): -9614811 or 2443885. OLE color: 2443885.

HSL color Cylindrical-coordinate representation of color #6D4A25: hue angle of 30.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D4A25 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 74 37 -
CMYK 0 0.32 0.66 0.57
HSL 30.83º 0.49% 0.29% -
HSV(B) 30.83º 0.66% 0.43% -
XYZ 9.09 8.28 2.87 -
YUV 80.25 103.6 148.51 -
System Red Green Blue C M Y K H S L
Decimal 109 74 37 0 0.32 0.66 0.57 30.83 0.49 0.29
Hex 6D 4A 25 0 20 42 39 1F 31 1D
Octal 155 112 45 0 40 102 71 37 61 35
Binary 1101101 1001010 100101 0 100000 1000010 111001 11111 110001 11101

Color Harmonies of #6D4A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A25

Black with #6D4A25

Text Example


Text Example

White with #6D4A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D4A25; }

 p { color: rgb(109,74,37); }

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

background-color css

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

 a { background-color: rgb(109,74,37); }

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

border-color css

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

 span { border-color: rgb(109,74,37); }

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