Html Css Color HEX #C6755B Japonica

📋 copy color: '#C6755B'

red 198 ◦ green 117 ◦ blue 91

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

Shades of Japonica #C6755B

Tints of Japonica #C6755B

RGB

 RED value IS 198 (77.73% from 255) = 48.77%

 GREEN value IS 117 (46.09% from 255) = 28.82%

 BLUE value IS 91 (35.94% from 255) = 22.41%

R = 48.77%
G = 28.82%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6755B (or 0xC6755B) is known color: Japonica. HEX triplet: C6, 75 and 5B. RGB value is (198,117,91). Sum of RGB (Red+Green+Blue) = 198+117+91=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6755B is #398AA4. Grayscale: #8A8A8A. Windows color (decimal): -3771045 or 5993926. OLE color: 5993926.

HSL color Cylindrical-coordinate representation of color #C6755B: hue angle of 14.58º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C6755B is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 117 91 -
CMYK 0 0.41 0.54 0.22
HSL 14.58º 0.48% 0.57% -
HSV(B) 14.58º 0.54% 0.78% -
XYZ 31.54 25.48 13.15 -
YUV 138.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 198 117 91 0 0.41 0.54 0.22 14.58 0.48 0.57
Hex C6 75 5B 0 29 36 16 F 30 39
Octal 306 165 133 0 51 66 26 17 60 71
Binary 11000110 1110101 1011011 0 101001 110110 10110 1111 110000 111001

Color Harmonies of #C6755B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6755B

Black with #C6755B

Text Example


Text Example

White with #C6755B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6755B; }

 p { color: rgb(198,117,91); }

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

background-color css

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

 a { background-color: rgb(198,117,91); }

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

border-color css

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

 span { border-color: rgb(198,117,91); }

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