Html Css Color HEX #6B4A2D Cafe Royale

📋 copy color: '#6B4A2D'

red 107 ◦ green 74 ◦ blue 45

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

Shades of Cafe Royale #6B4A2D

Tints of Cafe Royale #6B4A2D

RGB

 RED value IS 107 (42.19% from 255) = 47.35%

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

 BLUE value IS 45 (17.97% from 255) = 19.91%

R = 47.35%
G = 32.74%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6B4A2D (or 0x6B4A2D) is known color: Cafe Royale. HEX triplet: 6B, 4A and 2D. RGB value is (107,74,45). Sum of RGB (Red+Green+Blue) = 107+74+45=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4A2D is #94B5D2. Grayscale: #505050. Windows color (decimal): -9745875 or 2968171. OLE color: 2968171.

HSL color Cylindrical-coordinate representation of color #6B4A2D: hue angle of 28.06º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B4A2D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 74 45 -
CMYK 0 0.31 0.58 0.58
HSL 28.06º 0.41% 0.3% -
HSV(B) 28.06º 0.58% 0.42% -
XYZ 8.99 8.21 3.59 -
YUV 80.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 107 74 45 0 0.31 0.58 0.58 28.06 0.41 0.3
Hex 6B 4A 2D 0 1F 3A 3A 1C 29 1E
Octal 153 112 55 0 37 72 72 34 51 36
Binary 1101011 1001010 101101 0 11111 111010 111010 11100 101001 11110

Color Harmonies of #6B4A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4A2D

Black with #6B4A2D

Text Example


Text Example

White with #6B4A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,74,45); }

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

background-color css

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

 a { background-color: rgb(107,74,45); }

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

border-color css

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

 span { border-color: rgb(107,74,45); }

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