Html Css Color HEX #C68330 Geebung

📋 copy color: '#C68330'

red 198 ◦ green 131 ◦ blue 48

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

Shades of Geebung #C68330

Tints of Geebung #C68330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 52.52%
G = 34.75%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C68330 (or 0xC68330) is known color: Geebung. HEX triplet: C6, 83 and 30. RGB value is (198,131,48). Sum of RGB (Red+Green+Blue) = 198+131+48=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C68330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68330 is #397CCF. Grayscale: #8D8D8D. Windows color (decimal): -3767504 or 3179462. OLE color: 3179462.

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

Color convert

RGB 198 131 48 -
CMYK 0 0.34 0.76 0.22
HSL 33.2º 0.61% 0.48% -
HSV(B) 33.2º 0.76% 0.78% -
XYZ 31.94 28.45 6.6 -
YUV 141.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 198 131 48 0 0.34 0.76 0.22 33.2 0.61 0.48
Hex C6 83 30 0 22 4C 16 21 3D 30
Octal 306 203 60 0 42 114 26 41 75 60
Binary 11000110 10000011 110000 0 100010 1001100 10110 100001 111101 110000

Color Harmonies of #C68330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68330

Black with #C68330

Text Example


Text Example

White with #C68330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68330; }

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

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

background-color css

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

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

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

border-color css

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

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

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