Html Css Color HEX #C68324 Geebung

📋 copy color: '#C68324'

red 198 ◦ green 131 ◦ blue 36

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

Shades of Geebung #C68324

Tints of Geebung #C68324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 36 (14.45% from 255) = 9.86%

R = 54.25%
G = 35.89%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C68324 (or 0xC68324) is known color: Geebung. HEX triplet: C6, 83 and 24. RGB value is (198,131,36). Sum of RGB (Red+Green+Blue) = 198+131+36=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C68324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68324 is #397CDB. Grayscale: #8C8C8C. Windows color (decimal): -3767516 or 2393030. OLE color: 2393030.

HSL color Cylindrical-coordinate representation of color #C68324: hue angle of 35.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C68324 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 36 -
CMYK 0 0.34 0.82 0.22
HSL 35.19º 0.69% 0.46% -
HSV(B) 35.19º 0.82% 0.78% -
XYZ 31.72 28.37 5.47 -
YUV 140.2 69.2 169.22 -
System Red Green Blue C M Y K H S L
Decimal 198 131 36 0 0.34 0.82 0.22 35.19 0.69 0.46
Hex C6 83 24 0 22 52 16 23 45 2E
Octal 306 203 44 0 42 122 26 43 105 56
Binary 11000110 10000011 100100 0 100010 1010010 10110 100011 1000101 101110

Color Harmonies of #C68324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68324

Black with #C68324

Text Example


Text Example

White with #C68324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68324; }

 p { color: rgb(198,131,36); }

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

background-color css

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

 a { background-color: rgb(198,131,36); }

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

border-color css

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

 span { border-color: rgb(198,131,36); }

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