Html Css Color HEX #C6765A Japonica

📋 copy color: '#C6765A'

red 198 ◦ green 118 ◦ blue 90

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

Shades of Japonica #C6765A

Tints of Japonica #C6765A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 48.77%
G = 29.06%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6765A (or 0xC6765A) is known color: Japonica. HEX triplet: C6, 76 and 5A. RGB value is (198,118,90). Sum of RGB (Red+Green+Blue) = 198+118+90=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6765A is #3989A5. Grayscale: #8A8A8A. Windows color (decimal): -3770790 or 5928646. OLE color: 5928646.

HSL color Cylindrical-coordinate representation of color #C6765A: hue angle of 15.56º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6765A is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 90 -
CMYK 0 0.40 0.55 0.22
HSL 15.56º 0.49% 0.56% -
HSV(B) 15.56º 0.55% 0.78% -
XYZ 31.61 25.7 12.97 -
YUV 138.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 198 118 90 0 0.40 0.55 0.22 15.56 0.49 0.56
Hex C6 76 5A 0 28 37 16 10 31 38
Octal 306 166 132 0 50 67 26 20 61 70
Binary 11000110 1110110 1011010 0 101000 110111 10110 10000 110001 111000

Color Harmonies of #C6765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6765A

Black with #C6765A

Text Example


Text Example

White with #C6765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6765A; }

 p { color: rgb(198,118,90); }

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

background-color css

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

 a { background-color: rgb(198,118,90); }

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

border-color css

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

 span { border-color: rgb(198,118,90); }

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