Html Css Color HEX #C69036 Pizza

📋 copy color: '#C69036'

red 198 ◦ green 144 ◦ blue 54

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

Shades of Pizza #C69036

Tints of Pizza #C69036

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

 BLUE value IS 54 (21.48% from 255) = 13.64%

R = 50%
G = 36.36%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C69036 (or 0xC69036) is known color: Pizza. HEX triplet: C6, 90 and 36. RGB value is (198,144,54). Sum of RGB (Red+Green+Blue) = 198+144+54=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C69036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69036 is #396FC9. Grayscale: #969696. Windows color (decimal): -3764170 or 3576006. OLE color: 3576006.

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

Color convert

RGB 198 144 54 -
CMYK 0 0.27 0.73 0.22
HSL 37.5º 0.57% 0.49% -
HSV(B) 37.5º 0.73% 0.78% -
XYZ 33.93 32.22 7.92 -
YUV 149.89 73.89 162.32 -
System Red Green Blue C M Y K H S L
Decimal 198 144 54 0 0.27 0.73 0.22 37.5 0.57 0.49
Hex C6 90 36 0 1B 49 16 26 39 31
Octal 306 220 66 0 33 111 26 46 71 61
Binary 11000110 10010000 110110 0 11011 1001001 10110 100110 111001 110001

Color Harmonies of #C69036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69036

Black with #C69036

Text Example


Text Example

White with #C69036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69036; }

 p { color: rgb(198,144,54); }

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

background-color css

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

 a { background-color: rgb(198,144,54); }

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

border-color css

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

 span { border-color: rgb(198,144,54); }

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